MDL-7861, fixing missing space

This commit is contained in:
toyomoyo 2007-01-02 07:43:56 +00:00
parent 8d09c3d9ab
commit c5f6b49e83

View File

@ -262,7 +262,7 @@
$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>" .