From: martinlanghoff Date: Fri, 19 Jan 2007 09:37:28 +0000 (+0000) Subject: mnet: introducing print_remote_host()... and use it in print_my_courses() - add a... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1fd80ad3d93d81ac438587dc0075bfbcab864003;p=moodle.git mnet: introducing print_remote_host()... and use it in print_my_courses() - add a space --- diff --git a/course/lib.php b/course/lib.php index 3cbd798bdb..670fab81a3 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1959,7 +1959,7 @@ function print_remote_host($host, $width="100%") { echo ''.get_string('course').''; echo '' . s($host['name']).' - '; - echo $host['count'] . get_string('courses'); + echo $host['count'] . ' ' . get_string('courses'); echo ''; echo ''; echo '
';