From: donal72 Date: Tue, 9 Jan 2007 01:31:53 +0000 (+0000) Subject: mnet: admin/enrol_config.php XHTML strict fixes: MDL-7861 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c65160b58e0f2a9d3fa165dbfac1678e513d11b7;p=moodle.git mnet: admin/enrol_config.php XHTML strict fixes: MDL-7861 --- diff --git a/admin/enrol_config.php b/admin/enrol_config.php index 6046263c94..18d5972663 100644 --- a/admin/enrol_config.php +++ b/admin/enrol_config.php @@ -45,7 +45,8 @@ admin_externalpage_print_header($adminroot); echo "
frametarget id=\"enrolmenu\" method=\"post\" action=\"enrol_config.php\">"; - echo "sesskey."\">"; + echo "sesskey."\" />"; + echo ""; /// Print current enrolment type description print_simple_box_start("center", "80%"); @@ -60,9 +61,10 @@ $enrolment->config_form($frm); echo "

\n"; + print_simple_box_end(); echo "
"; - print_simple_box_end(); + admin_externalpage_print_footer($adminroot);