]> git.mjollnir.org Git - moodle.git/commitdiff
Tweaks
authormoodler <moodler>
Fri, 25 Oct 2002 07:17:23 +0000 (07:17 +0000)
committermoodler <moodler>
Fri, 25 Oct 2002 07:17:23 +0000 (07:17 +0000)
lib/moodlelib.php
lib/weblib.php

index 44640c450c20854cf9d08426cac27e6190708d70..d3f8fd77e764fb37651a0d26b51dce9af49bb2c7 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 ALT=\"\" SRC=\"pix/madewithmoodle2.gif\" BORDER=0></A></P>";
+            $homelink .= "<BR><IMG WIDTH=130 HEIGHT=19 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>";
         }
index f65789a20a37a6cc014be12e80255d451d29d48b..129e164becfcc5af3ac1d407e7fe08096e1929c6 100644 (file)
@@ -145,7 +145,7 @@ function qualified_me() {
 
 function match_referer($good_referer = "") {
 /// returns true if the referer is the same as the good_referer.  If
-/// good_refer is not specified, use qualified_me as the good_referer 
+/// good_referer is not specified, use qualified_me as the good_referer 
 
        if ($good_referer == "") { 
         $good_referer = qualified_me();