From 5ecfc853c9eab07da72d92acd845475a847e2ac4 Mon Sep 17 00:00:00 2001 From: donal72 Date: Wed, 10 Jan 2007 20:42:40 +0000 Subject: [PATCH] auth: XHTML strict fixes: MDL-7861 --- admin/auth_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/auth_config.php b/admin/auth_config.php index f19c532c59..6fbb217f96 100644 --- a/admin/auth_config.php +++ b/admin/auth_config.php @@ -63,7 +63,7 @@ admin_externalpage_print_header($adminroot); // choose an authentication method echo "
frametarget id=\"authmenu\" method=\"post\" action=\"auth_config.php\">\n"; -echo "sesskey."\">\n"; +echo "sesskey."\" />\n"; echo "\n"; // auth plugin description @@ -145,7 +145,7 @@ function print_auth_lock_options ($auth, $user_fields, $helptext, $retrieveopts, if ($retrieveopts) { $varname = 'field_map_' . $field; - echo "$varname}\">"; + echo "$varname}\" />"; echo '
'; echo get_string('auth_updatelocal', 'auth') . '  '; choose_from_menu($updatelocaloptions, "lockconfig_field_updatelocal_{$field}", $pluginconfig->{"field_updatelocal_$field"}, ""); -- 2.39.5