From: martinlanghoff Date: Thu, 4 Jan 2007 03:31:52 +0000 (+0000) Subject: user/view: Bugfix for broken XHTML on non-local user view X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=840c12f362209c68d49231a69b63aadeb2383a3a;p=moodle.git user/view: Bugfix for broken XHTML on non-local user view Author: Donal McMullan --- diff --git a/user/view.php b/user/view.php index 1356812ea0..a2ef2b5f31 100644 --- a/user/view.php +++ b/user/view.php @@ -172,7 +172,7 @@ include('tabs.php'); if (is_mnet_remote_user($user)) { - echo "

This profile is for a remote user from another Moodle system.
\n"; + echo "

This profile is for a remote user from another Moodle system.
\n"; $remotehost = get_record('mnet_host', 'id', $user->mnethostid); echo "Remote Moodle: wwwroot}/user/edit.php\">{$remotehost->name} (click here to edit your profile on the remote server)

\n"; }