From: vyshane Date: Thu, 21 Dec 2006 07:39:52 +0000 (+0000) Subject: Uncommented print_footer() in grade_stats() to make popup pass xhtml 1.0 strict valid... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=60078fffddaa46396a0fb585f96a8b04698e5d68;p=moodle.git Uncommented print_footer() in grade_stats() to make popup pass xhtml 1.0 strict validation. MDL-7861. --- diff --git a/grade/lib.php b/grade/lib.php index 3f2c7681c5..db081e3cdc 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -1672,7 +1672,7 @@ function grade_stats() { } echo ''; echo ''; - //print_footer(); + print_footer(); } function grade_view_category_grades($view_by_student) {