Skip to content

Commit

Permalink
Removing Spacify from Gradeable Name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryvaru committed Nov 6, 2024
1 parent 92031ab commit 50dbc4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ void start_table_output( bool /*for_instructor*/,

if (GRADEABLES[g].hasCorrespondence(gradeable_id)) {
gradeable_name = GRADEABLES[g].getCorrespondence(gradeable_id).second;
// gradeable_name = spacify(gradeable_name);
gradeable_name = "<a href=\"" + fullUrl + "\" style=\"color:black;\">" + gradeable_name + "&nbsp;&nbsp; <i class='fas fa-external-link-alt'></i></a>";
}

Expand Down

0 comments on commit 50dbc4f

Please sign in to comment.