From: tassium Date: Tue, 1 Jul 2003 15:24:30 +0000 (+0000) Subject: The body tag was not correctly specifying the onLoad function to run, so the javascri... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2e394e3685d25b294b9a3f23da6a849b53754698;p=squirrelmail.git The body tag was not correctly specifying the onLoad function to run, so the javascript was all but ignored. This was breaking js detection as well as moving the focus to the text box. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5184 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/login.php b/src/login.php index 6603edea..6a26354d 100644 --- a/src/login.php +++ b/src/login.php @@ -75,7 +75,7 @@ if (@file_exists($theme[$theme_default]['PATH'])) displayHtmlHeader( "$org_name - " . _("Login"), $header, FALSE ); -echo "" . +echo "" . "\n" . '
' . "\n"; $username_form_name = 'login_username';