From 840c12f362209c68d49231a69b63aadeb2383a3a Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Thu, 4 Jan 2007 03:31:52 +0000 Subject: [PATCH] user/view: Bugfix for broken XHTML on non-local user view Author: Donal McMullan --- user/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.39.5