From caa90d5642310c8d99644ac94ca3fca7474b38fa Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Mon, 22 Jan 2007 01:57:05 +0000 Subject: [PATCH] mnet: print_remote_host() must be xhtml strrrrikt! --- course/lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/course/lib.php b/course/lib.php index 4f4e0fabee..b796f34761 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1960,6 +1960,7 @@ function print_remote_host($host, $width="100%") { echo $host['count'] . ' ' . get_string('courses'); echo ''; echo ''; + echo ''; echo '
'; } -- 2.39.5