From f78aa86032dc3854778c29d3a9917f22e8ac2938 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 19 Dec 2006 05:57:55 +0000 Subject: [PATCH] MDL-7861, strict xhtml for course/index page --- course/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/index.php b/course/index.php index bd6dee0c41..a12ed43d7a 100644 --- a/course/index.php +++ b/course/index.php @@ -382,7 +382,7 @@ function print_category_edit($category, $displaylist, $parentslist, $depth=-1, $ } if ($down) { echo "movedown\" href=\"index.php?movedown=$category->id&sesskey=$USER->sesskey\">pixpath/t/down.gif\" height=\"11\" width=\"11\" border=\"0\"alt=\"$str->movedown\" /> "; + " src=\"$CFG->pixpath/t/down.gif\" height=\"11\" width=\"11\" border=\"0\" alt=\"$str->movedown\" /> "; } echo ""; -- 2.39.5