From 7b0b5c14be62e9a6e8a8350264587600bd38115e Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 16 Jan 2006 03:01:28 +0000 Subject: [PATCH] added missing semicolon in   (bug#4592) --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index 3a20b68cce2c9..e486024a4aaca 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1293,7 +1293,7 @@ function print_category_info($category, $depth) { if (isset($frontpage[FRONTPAGECOURSELIST])) { $catimage = ''; } else { - $catimage = " "; + $catimage = " "; } echo "\n\n".'';