The body tag was not correctly specifying the onLoad function to run, so the javascri...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 Jul 2003 15:24:30 +0000 (15:24 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 Jul 2003 15:24:30 +0000 (15:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5184 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/login.php

index 6603edea9b485a8b48ed708c91fe321ff4fd365d..6a26354db597170693c39e0ac0b4f2f138ff7dc1 100644 (file)
@@ -75,7 +75,7 @@ if (@file_exists($theme[$theme_default]['PATH']))
 
 displayHtmlHeader( "$org_name - " . _("Login"), $header, FALSE );
 
-echo "<body text=\"$color[8]\" bgcolor=\"$color[4]\" link=\"$color[7]\" vlink=\"$color[7]\" alink=\"$color[7]\" squirrelmail_loginpage_onload();>" .
+echo "<body text=\"$color[8]\" bgcolor=\"$color[4]\" link=\"$color[7]\" vlink=\"$color[7]\" alink=\"$color[7]\" onLoad=\"squirrelmail_loginpage_onload()\">" .
      "\n" . '<form action="redirect.php" method="post">' . "\n";
 
 $username_form_name = 'login_username';