From: martin Date: Thu, 12 Sep 2002 02:42:22 +0000 (+0000) Subject: Fixed bug with category links on front page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7ef459ebed850905384776e7375c3e4ff76f26af;p=moodle.git Fixed bug with category links on front page --- diff --git a/course/lib.php b/course/lib.php index b7cf38c04a..cde060d76e 100644 --- a/course/lib.php +++ b/course/lib.php @@ -622,7 +622,7 @@ function print_course_categories($categories, $selected="none", $width=180) { } foreach ($categories as $category) { print_simple_box_start("LEFT", "100%"); - print_heading("$category->name", "LEFT"); + print_heading("id\">$category->name", "LEFT"); $some = false; echo "