diff --git a/course/index.php b/course/index.php index e086dcffe14..f315d4e592e 100644 --- a/course/index.php +++ b/course/index.php @@ -254,7 +254,7 @@ $parentlist = array(); $displaylist[0] = get_string('top'); make_categories_list($displaylist, $parentlist); -echo '
| '.$strcategories.' | '; echo ''.$strcourses.' | '; echo ''.$stredit.' | ';
|---|