From 024d4aafbf7a09ddb93200af26e848fc30ae0594 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Sat, 4 Jul 2009 13:36:19 +0000 Subject: [PATCH] XHTML strict. --- course/category.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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(); + } ?> -- 2.39.5