diff --git a/course/index.php b/course/index.php index b07b2b22171..254bc17ae82 100644 --- a/course/index.php +++ b/course/index.php @@ -324,13 +324,11 @@ function print_category_edit($category, $displaylist, $parentslist, $depth=-1, $ if ($category) { echo "
"; for ($i=0; $i<$depth;$i++) { echo " "; } $linkcss = $category->visible ? "" : " class=\"dimmed\" "; echo "edit\" href=\"category.php?id=$category->id&edit=on&sesskey=$USER->sesskey\">$category->name"; - echo "
"; echo "