X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_admin.php;h=8b78570c20dd73c35d28535a5801df9336544d51;hb=776748028fc0323655c1e86c9be37eebc9948e70;hp=6592affb8889b4599fd9e308e139c625c22adc2b;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/modules/admin/what-config_admin.php b/inc/modules/admin/what-config_admin.php index 6592affb88..8b78570c20 100644 --- a/inc/modules/admin/what-config_admin.php +++ b/inc/modules/admin/what-config_admin.php @@ -47,13 +47,13 @@ if (isset($_POST['ok'])) { switch ($_CONFIG['admin_menu']) { case "NEW": - define('__ADMIN_MENU_NEW', ' checked'); + define('__ADMIN_MENU_NEW', " checked=\"checked\""); define('__ADMIN_MENU_OLD' , ""); break; case "OLD": define('__ADMIN_MENU_NEW', ""); - define('__ADMIN_MENU_OLD' , ' checked'); + define('__ADMIN_MENU_OLD' , " checked=\"checked\""); break; }