From: tjhunt Date: Sat, 4 Jul 2009 13:36:19 +0000 (+0000) Subject: XHTML strict. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=024d4aafbf7a09ddb93200af26e848fc30ae0594;p=moodle.git XHTML strict. --- diff --git a/course/category.php b/course/category.php index 9f569c2cad..fecd56c081 100644 --- a/course/category.php +++ b/course/category.php @@ -433,6 +433,10 @@ print_course_search(); - print_footer(); + if ($editingon && update_category_button()) { + admin_externalpage_print_footer(); + } else { + print_footer(); + } ?>