git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12432
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$oTemplate->assign('login_extra', $login_extra);
//FIXME: need to remove *ALL* HTML from this file!
-echo '<body onLoad="squirrelmail_loginpage_onload()">'."\n";
-echo '<form action="redirect.php" method="post" onSubmit="document.forms[0].js_autodetect_results.value='. SMPREF_JS_ON .'">'."\n";
+echo '<body onload="squirrelmail_loginpage_onload()">'."\n";
+echo '<form action="redirect.php" method="post" onsubmit="document.forms[0].js_autodetect_results.value='. SMPREF_JS_ON .'">'."\n";
do_hook('login_top', $null);
$oTemplate->display('login.tpl');