From cf63eb49e5107eed846e31ca593f942d447f826f Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 25 Oct 2001 13:45:04 +0000 Subject: [PATCH] Just give focus to git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1613 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/page_header.php b/functions/page_header.php index 98332826..ffe67d3a 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -44,7 +44,7 @@ function displayPageHeader($color, $mailbox) { displayHtmlHeader (); - echo "\n\n"; + echo "\n\n"; /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, "."); -- 2.25.1