Skip to content

Commit

Permalink
mnet: introducing print_remote_host()... and use it in print_my_cours…
Browse files Browse the repository at this point in the history
…es() - add a space
  • Loading branch information
martinlanghoff committed Jan 19, 2007
1 parent 643b67b commit 1fd80ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Expand Up @@ -1959,7 +1959,7 @@ function print_remote_host($host, $width="100%") {
echo '<img src="'.$CFG->pixpath.'/i/mnethost.gif" class="icon" alt="'.get_string('course').'" />';
echo '<a title="'.s($host['name']).'" href="'.s($host['url']).'">'
. s($host['name']).'</a> - ';
echo $host['count'] . get_string('courses');
echo $host['count'] . ' ' . get_string('courses');
echo '</div>';
echo '</div>';
echo '<div class="clearer"></div>';
Expand Down

0 comments on commit 1fd80ad

Please sign in to comment.