mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Uncommented print_footer() in grade_stats() to make popup pass xhtml 1.0 strict validation. MDL-7861.
This commit is contained in:
parent
b9072f81de
commit
60078fffdd
@ -1672,7 +1672,7 @@ function grade_stats() {
|
||||
}
|
||||
echo '</tr>';
|
||||
echo '</table>';
|
||||
//print_footer();
|
||||
print_footer();
|
||||
}
|
||||
|
||||
function grade_view_category_grades($view_by_student) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user