diff --git a/src/GenerateHtml.cpp b/src/GenerateHtml.cpp
index 23b0858..11a8201 100644
--- a/src/GenerateHtml.cpp
+++ b/src/GenerateHtml.cpp
@@ -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) << "" << '\n';
tag(os,TAG::BEGIN,"html");
tag(os,TAG::BEGIN,"head");
tag(os,TAG::BEGIN,"title");