From: andreabix Date: Mon, 30 Apr 2007 18:18:07 +0000 (+0000) Subject: Fixed Task MDL-9611 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4e957c869835242818ecc0440a3ba552a44510e4;p=moodle.git Fixed Task MDL-9611 --- diff --git a/course/category.php b/course/category.php index 5b21889485..aaad815573 100644 --- a/course/category.php +++ b/course/category.php @@ -221,7 +221,7 @@ if ($subcategory->visible or has_capability('moodle/course:create', $context)) { $subcategorieswereshown = true; if ($firstentry) { - echo ''; + echo '
'; echo ''; echo '
'.get_string('subcategories').'
'; $firstentry = false;