mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-7861, fixing missing space
This commit is contained in:
parent
8d09c3d9ab
commit
c5f6b49e83
@ -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>" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user