Skip to content

Commit

Permalink
MDL-12470, fixing broken span tag
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Dec 13, 2007
1 parent 129b80c commit a4a15d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/report/user/lib.php
Expand Up @@ -241,7 +241,7 @@ function fill_table() {
$data[] = '<span class="'.$hidden.$class.' datesubmitted">'.$excluded.get_string('submittedon', 'grades', userdate($grade_grade->get_datesubmitted(), get_string('strftimedatetimeshort'))).'</span>';

} else {
$data[] = '<span class="'.$hidden.$class.'">'.$excluded.grade_format_gradevalue($gradeval, $grade_item, true);
$data[] = '<span class="'.$hidden.$class.'">'.$excluded.grade_format_gradevalue($gradeval, $grade_item, true).'</span>';
}

/// prints percentage
Expand Down

0 comments on commit a4a15d2

Please sign in to comment.