From 2e394e3685d25b294b9a3f23da6a849b53754698 Mon Sep 17 00:00:00 2001 From: tassium Date: Tue, 1 Jul 2003 15:24:30 +0000 Subject: [PATCH] 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 --- src/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.25.1