From 25cd6a013398b41c1c733eee06588b1f4615bc36 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 10 Jun 2003 15:51:23 +0000 Subject: [PATCH] Fix the up down icons again --- course/topics.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\">". - "
"; + "
"; } } -- 2.39.5