mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-25 00:03:40 +00:00
God dammit again...
This commit is contained in:
parent
3721094591
commit
3cc4e04204
|
@ -201,7 +201,7 @@ void generate_course_page(const std::string& course_id,
|
|||
tag(os,TAG::BEGIN,R"(body class="search_plugin_added")");
|
||||
tag(os,TAG::BEGIN,R"(div id="qlog-header")");
|
||||
tag(os,TAG::INLINE) << R"(<a id="qlog-wordmark" href="../"><svg><use href="../images/quatalogHWordmark.svg#QuatalogHWordmark"></use></svg></a>)" << '\n';
|
||||
tag(os,TAG::BEGIN,R"R(form onsubmit="search_helper()")R";
|
||||
tag(os,TAG::BEGIN,R"R(form onsubmit="search_helper()")R");
|
||||
tag(os,TAG::INLINE) << R"(<input type="text" id="search" class="header-search" placeholder="Search...">)" << '\n';
|
||||
tag(os,TAG::END,"form");
|
||||
tag(os,TAG::END,"div");
|
||||
|
|
Loading…
Reference in a new issue