]> git.mjollnir.org Git - moodle.git/commitdiff
user/view: Bugfix for broken XHTML on non-local user view
authormartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 03:31:52 +0000 (03:31 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 03:31:52 +0000 (03:31 +0000)
Author: Donal McMullan <donal@catalyst.net.nz>

user/view.php

index 1356812ea01b1cd017f3fc99a835bd8e38c8a261..a2ef2b5f314e2aacec38ae7404b4132a3a043fc0 100644 (file)
     include('tabs.php');
 
     if (is_mnet_remote_user($user)) {
-        echo "<p class=\"errorboxcontent\">This profile is for a remote user from another Moodle system. <br>\n";
+        echo "<p class=\"errorboxcontent\">This profile is for a remote user from another Moodle system. <br />\n";
         $remotehost = get_record('mnet_host', 'id', $user->mnethostid);
         echo "Remote Moodle: <a href=\"{$remotehost->wwwroot}/user/edit.php\">{$remotehost->name}</a> (click here to edit your profile on the remote server) </p>\n";
     }