Merge branch 'MDL-30819_grader_col_highlight_21' of git://github.com/andyjdavis/moodle into MOODLE_21_STABLE

This commit is contained in:
Sam Hemelryk
2012-04-16 11:45:29 +12:00
+1 -1
View File
@@ -782,7 +782,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';