Merge branch 'MDL-53647' of git://github.com/timhunt/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-04-05 21:59:23 +02:00
commit 1183dfa0f7

View File

@ -669,6 +669,7 @@ class mod_quiz_renderer extends plugin_renderer_base {
$cell->header = true;
$cell->colspan = $tablewidth;
$table->data[] = array($cell);
$table->rowclasses[] = 'quizsummaryheading';
}
// Don't display information items.