Skip to content

Commit

Permalink
Merge branch 'MDL-61153-master' of git://github.com/mihailges/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Feb 12, 2018
2 parents 0abe3fe + ec819f5 commit 132106b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions mod/lesson/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,10 @@
$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 = "<span class=\"dimmed\">";
Expand Down

0 comments on commit 132106b

Please sign in to comment.