mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-16 12:02:46 +00:00
Didn't actually need this bit
This commit is contained in:
parent
4d4ac9e4a9
commit
d7d80ef3b0
Binary file not shown.
|
@ -415,7 +415,7 @@ void generate_table_cell(const int year,
|
||||||
<< year << term_to_number_no_half.at(term)
|
<< year << term_to_number_no_half.at(term)
|
||||||
<< "&subj_in=" << course_id.substr(0,4)
|
<< "&subj_in=" << course_id.substr(0,4)
|
||||||
<< "&crse_in=" << course_id.substr(5,4)
|
<< "&crse_in=" << course_id.substr(5,4)
|
||||||
<< "&schd_in=L"
|
<< "&schd_in="
|
||||||
<< R"(">)" << course_title << " (" << credit_string << "c)</a>";
|
<< R"(">)" << course_title << " (" << credit_string << "c)</a>";
|
||||||
for(const auto& attr : term_offered["attributes"]) {
|
for(const auto& attr : term_offered["attributes"]) {
|
||||||
os << ' ' << attr.asString();
|
os << ' ' << attr.asString();
|
||||||
|
|
Loading…
Reference in a new issue