Skip to content

Commit

Permalink
MDL-53647 quiz summary: keep row class names in synch around headings
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Apr 2, 2016
1 parent 4ed2d20 commit 8dc2372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ public function summary_table($attemptobj, $displayoptions) {
$cell->header = true;
$cell->colspan = $tablewidth;
$table->data[] = array($cell);
$table->rowclasses[] = 'quizsummaryheading';
}

// Don't display information items.
Expand Down

0 comments on commit 8dc2372

Please sign in to comment.