diff --git a/bin/CourseOfferingsScraper b/bin/CourseOfferingsScraper index 70d67cf..a7970e9 100755 Binary files a/bin/CourseOfferingsScraper and b/bin/CourseOfferingsScraper differ diff --git a/src/GenerateHtml.cpp b/src/GenerateHtml.cpp index 2e237f3..43a5f49 100644 --- a/src/GenerateHtml.cpp +++ b/src/GenerateHtml.cpp @@ -244,6 +244,12 @@ void generate_course_page(const std::string& course_id, tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n'; + tag(os,TAG::INLINE) << R"()" << '\n'; + tag(os,TAG::INLINE) << R"()" << '\n'; + tag(os,TAG::INLINE) << R"()" << '\n'; + tag(os,TAG::INLINE) << R"()" << '\n'; + tag(os,TAG::INLINE) << R"()" << '\n'; + tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::END,"head");