From b7ef492c414405bd2239729abec794adee673463 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 3 Sep 2006 12:23:11 +0000 Subject: [PATCH] Take out invalid . While this makes the html valid some work should still be done on the layout of this. --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/index.php b/user/index.php index 793b3c1d04..8c9334f21f 100644 --- a/user/index.php +++ b/user/index.php @@ -193,7 +193,7 @@ $my_course[$mycourse->id] = $mycourse->shortname; } popup_form($CFG->wwwroot.'/user/index.php?contextid='.$context->id.'&roleid='.$roleid.'&id=',$my_course,'courseform',$course->id); - echo ''; + echo ''; if ($groupmode == VISIBLEGROUPS or ($groupmode and isteacheredit($course->id))) { if ($groups = get_records_menu("groups", "courseid", $course->id, "name ASC", "id,name")) { -- 2.39.5