Didn't actually need this bit

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-04-05 13:38:56 -04:00
parent 4d4ac9e4a9
commit d7d80ef3b0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -415,7 +415,7 @@ void generate_table_cell(const int year,
<< year << term_to_number_no_half.at(term)
<< "&subj_in=" << course_id.substr(0,4)
<< "&crse_in=" << course_id.substr(5,4)
<< "&schd_in=L"
<< "&schd_in="
<< R"(">)" << course_title << " (" << credit_string << "c)</a>";
for(const auto& attr : term_offered["attributes"]) {
os << ' ' << attr.asString();