From efe9ae2aa367382336c29928e8188dfad60129be Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 29 Oct 2001 15:48:20 +0000 Subject: [PATCH] Bottom row color changed git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1653 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- functions/page_header.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 75614592..678606b1 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -489,7 +489,7 @@ } echo ''; - echo "
$lMore$mMore$rMore$Message
"; + echo "
$lMore$mMore$rMore$Message
"; /** End of message-list table */ do_hook('mailbox_index_after'); diff --git a/functions/page_header.php b/functions/page_header.php index 7be1d287..1cde34cf 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -45,7 +45,7 @@ /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, "."); echo "\n"; - echo "
"; + echo "
"; echo "\n"; echo " \n"; echo "
\n"; -- 2.25.1