diff --git a/course/category.php b/course/category.php index 51c3f9ce61d..3fa2cec2d45 100644 --- a/course/category.php +++ b/course/category.php @@ -98,7 +98,7 @@ "$strcategories -> $category->name", "", "", true, $navbaritem); } - echo '
'; // course wrapper start + echo '
'; // course wrapper start /// Print the category selector diff --git a/course/view.php b/course/view.php index c8f464b8c06..e3493a375f9 100644 --- a/course/view.php +++ b/course/view.php @@ -101,7 +101,7 @@ $PAGE->print_header(get_string('course').': %fullname%'); - echo '
'; // course wrapper start + echo '
'; // course wrapper start get_all_mods($course->id, $mods, $modnames, $modnamesplural, $modnamesused);