From 3cc4e0420494504aba6022389395b0f5ce31dcc2 Mon Sep 17 00:00:00 2001
From: 3eef8a28f26fb2bcc514e6f1938929a1f931762
<116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com>
Date: Fri, 10 Feb 2023 15:56:42 -0500
Subject: [PATCH] God dammit again...
---
src/GenerateHtml.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/GenerateHtml.cpp b/src/GenerateHtml.cpp
index fe71925..1e07758 100644
--- a/src/GenerateHtml.cpp
+++ b/src/GenerateHtml.cpp
@@ -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"()" << '\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"()" << '\n';
tag(os,TAG::END,"form");
tag(os,TAG::END,"div");