]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: print_remote_host() must be xhtml strrrrikt!
authormartinlanghoff <martinlanghoff>
Mon, 22 Jan 2007 01:57:05 +0000 (01:57 +0000)
committermartinlanghoff <martinlanghoff>
Mon, 22 Jan 2007 01:57:05 +0000 (01:57 +0000)
course/lib.php

index 4f4e0fabeeac26ae98aa7ff8890aee9ed4e587a5..b796f34761aefebb45df26b2ea7e3f290338e76d 100644 (file)
@@ -1960,6 +1960,7 @@ function print_remote_host($host, $width="100%") {
     echo $host['count'] . ' ' . get_string('courses');
     echo '</div>';
     echo '</div>';
+    echo '</div>';
     echo '<div class="clearer"></div>';
 }