]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861, fixing missing space
authortoyomoyo <toyomoyo>
Tue, 2 Jan 2007 07:43:56 +0000 (07:43 +0000)
committertoyomoyo <toyomoyo>
Tue, 2 Jan 2007 07:43:56 +0000 (07:43 +0000)
course/recent.php

index cce1e9da712d83e8089295531a9178f96c082489..358b42061ccf053796691178e2e5cc042f5f069d 100644 (file)
                        $linkformat = '';
                    }
                    $image = "<img src=\"$CFG->modpixpath/" . $activity->content->modname . "/icon.gif\"" .
-                            "height=\"16\" width=\"16\" alt=\"" . $activity->content->modfullname . "\" />";
+                            " height=\"16\" width=\"16\" alt=\"" . $activity->content->modfullname . "\" />";
                    echo "<ul><h4>$image " . $activity->content->modfullname .
                         " <a href=\"$CFG->wwwroot/mod/" . $activity->content->modname . "/view.php?" .
                         "id=" . $activity->content->modid . "\" $linkformat>" .