diff --git a/course/category.php b/course/category.php index 5b21889485b..aaad8155736 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;