From: stronk7 Date: Tue, 31 Jul 2007 20:10:05 +0000 (+0000) Subject: Properly close the "rolesform" div. Now the form validates both X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0f870a49ea2d5046ba071b7ea8b25e3b15ad8dae;p=moodle.git Properly close the "rolesform" div. Now the form validates both with roles dropdown and without it. --- diff --git a/user/index.php b/user/index.php index 9537a78c0d..783d305fdf 100644 --- a/user/index.php +++ b/user/index.php @@ -397,6 +397,7 @@ $rolenames = array(0 => get_string('all')) + $rolenames; popup_form("$CFG->wwwroot/user/index.php?contextid=$context->id&sifirst=&silast=&roleid=", $rolenames, 'rolesform', $roleid, ''); + echo ''; } if ($roleid) {