diff --git a/mod/lesson/report.php b/mod/lesson/report.php index 7e95ae2f103..a5f5eaf5bc0 100644 --- a/mod/lesson/report.php +++ b/mod/lesson/report.php @@ -304,12 +304,10 @@ if ($action === 'delete') { $table->attributes['class'] = ''; } - - $table->align = array('left', 'left'); - $table->size = array('70%', null); - $table->attributes['class'] = 'compacttable generaltable form-inline'; - foreach ($answerpages as $page) { + $table->align = array('left', 'left'); + $table->size = array('70%', null); + $table->attributes['class'] = 'compacttable generaltable form-inline'; unset($table->data); if ($page->grayout) { // set the color of text $fontstart = "";