]> git.mjollnir.org Git - moodle.git/commitdiff
Alt text on moodle logo
authormoodler <moodler>
Wed, 16 Oct 2002 15:48:22 +0000 (15:48 +0000)
committermoodler <moodler>
Wed, 16 Oct 2002 15:48:22 +0000 (15:48 +0000)
lib/moodlelib.php

index 888173ae376421e8d094968fca5f6fa48d89d7a3..6d66d4114774a4bc277e977199c4ac202b2f413c 100644 (file)
@@ -71,7 +71,7 @@ function print_footer ($course=NULL) {
     if ($course) {
         if ($course == "home") {   // special case for site home page - please do not remove
             $homelink  = "<P ALIGN=center><A TITLE=\"Moodle $CFG->release ($CFG->version)\" HREF=\"http://moodle.com/\">";
-            $homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 SRC=\"pix/madewithmoodle2.gif\" BORDER=0></A></P>";
+            $homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 ALT=\"\" SRC=\"pix/madewithmoodle2.gif\" BORDER=0></A></P>";
         } else {
             $homelink = "<A TARGET=_top HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A>";
         }