Skip to content

Commit 69041bb

Browse files
authored
[Refactor:RainbowGrades] remove explain table (#70)
It will remove a table with explanation related to #69 Barb hit merge 1 second before I remove above line
1 parent d46107d commit 69041bb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

output.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,15 +1202,6 @@ void end_table(std::ofstream &ostr, bool for_instructor, Student *s) {
12021202
{
12031203
ostr << "<style> .spacer {display: inline-block; width: 66px;} </style>\n";
12041204
ostr << "<table style=\"border:1px solid #aaaaaa; background-color:#FFFFFF;\">\n";
1205-
ostr << "<tr>\n";
1206-
ostr << "<td style=\"border:1px solid #aaaaaa; background-color:#FFFFFF" << "; " << " \" align=\"" << "left" << "\">";
1207-
ostr << "<span class=\"spacer\"></span>";
1208-
ostr << "</td>";
1209-
ostr << "<td style=\"border:1px solid #aaaaaa; background-color:#FFFFFF" << "; " << " \" align=\"" << "left" << "\">";
1210-
ostr << "<font size = \"-1\"> Border-Outline is ranked from top to bottom <br>";
1211-
ostr << "Higher ranked outline will over-write </font>";
1212-
ostr << "</td>";
1213-
ostr << "</tr>\n";
12141205
if (for_instructor || (s != NULL && s->get_event_academic_integrity()))
12151206
{
12161207
ostr << "<tr>\n";

0 commit comments

Comments
 (0)