From d22f8a533190a0b83f2cf72dae465e5a9dd9ff79 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 22 Mar 2005 18:17:45 +0000 Subject: [PATCH] Small visual improvement --- course/index.php | 2 -- 1 file changed, 2 deletions(-) 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 ""; - 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 ""; echo "$category->coursecount";