Uncommented print_footer() in grade_stats() to make popup pass xhtml 1.0 strict validation. MDL-7861.

This commit is contained in:
vyshane 2006-12-21 07:39:52 +00:00
parent b9072f81de
commit 60078fffdd

View File

@ -1672,7 +1672,7 @@ function grade_stats() {
}
echo '</tr>';
echo '</table>';
//print_footer();
print_footer();
}
function grade_view_category_grades($view_by_student) {