]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed a missing quote
authormoodler <moodler>
Thu, 21 Aug 2003 16:15:58 +0000 (16:15 +0000)
committermoodler <moodler>
Thu, 21 Aug 2003 16:15:58 +0000 (16:15 +0000)
course/lib.php

index 2bcf9b2fa650d2b550fb16e6589062971c1acbf7..c874760836050662b09f960129b2697d4ec913fa 100644 (file)
@@ -902,7 +902,7 @@ function print_category_info($category, $depth) {
 
     $catimage = "";
     if ($CFG->frontpage == FRONTPAGECOURSELIST) {
-        $catimage = "<img src=\"$pixpath/i/course.gif\ width=16 height=16 border=0>";
+        $catimage = "<img src=\"$pixpath/i/course.gif\" width=16 height=16 border=0>";
     }
     echo "<font size=+1>$catimage <a $catlinkcss ".
          "href=\"$CFG->wwwroot/course/category.php?id=$category->id\">$category->name</a></font>";