From: moodler Date: Tue, 10 Jun 2003 15:51:23 +0000 (+0000) Subject: Fix the up down icons again X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=25cd6a013398b41c1c733eee06588b1f4615bc36;p=moodle.git Fix the up down icons again --- diff --git a/course/topics.php b/course/topics.php index fff056cd56..bf76423117 100644 --- a/course/topics.php +++ b/course/topics.php @@ -227,12 +227,12 @@ if ($section > 1) { // Add a arrow to move section up echo "id§ion=$section&move=-1\" title=\"$strmoveup\">". - "
"; + "
"; } if ($section < $course->numsections) { // Add a arrow to move section down echo "id§ion=$section&move=1\" title=\"$strmovedown\">". - "
"; + "
"; } }