From: toyomoyo Date: Wed, 20 Dec 2006 00:48:49 +0000 (+0000) Subject: MDL-7861, fixing broken xhtml tags X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=475ed85c5740a8b47837aff15a178b70a0fbe83a;p=moodle.git MDL-7861, fixing broken xhtml tags --- diff --git a/user/view.php b/user/view.php index 7db80e884c..5598de7c04 100644 --- a/user/view.php +++ b/user/view.php @@ -369,10 +369,10 @@ (has_capability('moodle/role:assign', $coursecontext, NULL) && // I can assign roles get_user_roles($coursecontext, $user->id)) ) { // This user has roles - echo '
'; + echo ''; echo ''; echo ''; - echo ''; + echo ''; echo '
'; } }