Skip to content

Commit

Permalink
MDL-7861, fixing missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Jan 2, 2007
1 parent 8d09c3d commit c5f6b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/recent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>" .
Expand Down

0 comments on commit c5f6b49

Please sign in to comment.