From: martinlanghoff Date: Mon, 22 Jan 2007 01:57:05 +0000 (+0000) Subject: mnet: print_remote_host() must be xhtml strrrrikt! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=caa90d5642310c8d99644ac94ca3fca7474b38fa;p=moodle.git mnet: print_remote_host() must be xhtml strrrrikt! --- 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 '
'; }