]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861, strict xhtml for course/index page
authortoyomoyo <toyomoyo>
Tue, 19 Dec 2006 05:57:55 +0000 (05:57 +0000)
committertoyomoyo <toyomoyo>
Tue, 19 Dec 2006 05:57:55 +0000 (05:57 +0000)
course/index.php

index bd6dee0c4164242c2e5b1ace734b7a2fc317f14e..a12ed43d7a96e99b0b4d44128e9cf2e2dd4dba69 100644 (file)
@@ -382,7 +382,7 @@ function print_category_edit($category, $displaylist, $parentslist, $depth=-1, $
         }
         if ($down) {
             echo "<a title=\"$str->movedown\" href=\"index.php?movedown=$category->id&amp;sesskey=$USER->sesskey\"><img".
-                 " src=\"$CFG->pixpath/t/down.gif\" height=\"11\" width=\"11\" border=\"0\"alt=\"$str->movedown\" /></a> ";
+                 " src=\"$CFG->pixpath/t/down.gif\" height=\"11\" width=\"11\" border=\"0\" alt=\"$str->movedown\" /></a> ";
         }
         echo "</td>";