mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-25 00:03:40 +00:00
<!DOCTYPE html> to please the browser
This commit is contained in:
parent
c5a61c03e3
commit
3d384f9cd5
|
@ -188,6 +188,7 @@ void generate_course_page(const std::string& course_id,
|
|||
const std::regex escape_string(R"(")");
|
||||
const std::string& description_meta = std::regex_replace(description,escape_string,""");
|
||||
|
||||
tag(os,TAG::INLINE) << "<!DOCTYPE html>" << '\n';
|
||||
tag(os,TAG::BEGIN,"html");
|
||||
tag(os,TAG::BEGIN,"head");
|
||||
tag(os,TAG::BEGIN,"title");
|
||||
|
|
Loading…
Reference in a new issue