From 1fd80ad3d93d81ac438587dc0075bfbcab864003 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Fri, 19 Jan 2007 09:37:28 +0000 Subject: [PATCH] mnet: introducing print_remote_host()... and use it in print_my_courses() - add a space --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '
'; -- 2.39.5