MDL-30819 grade: fixed column highlighting on the grader report

This commit is contained in:
Andrew Davis
2012-04-12 10:14:36 +07:00
parent 832626da76
commit c2e8445bf1
+1 -1
View File
@@ -778,7 +778,7 @@ class grade_report_grader extends grade_report {
$headerlink = $this->gtree->get_element_header($element, true, $this->get_pref('showactivityicons'), false);
$itemcell = new html_table_cell();
$itemcell->attributes['class'] = $type . ' ' . $catlevel . 'highlightable';
$itemcell->attributes['class'] = $type . ' ' . $catlevel . ' highlightable';
if ($element['object']->is_hidden()) {
$itemcell->attributes['class'] .= ' hidden';