From 5cd6702ade2d6ca6732f69d5f73c62d571419388 Mon Sep 17 00:00:00 2001 From: oricn Date: Wed, 26 Apr 2000 20:58:23 +0000 Subject: [PATCH] Fixed a glich that caused the 'Viewing message' line to show a strange colour when in an empty folder. (Line 163) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@464 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 2decafb7..b36e00a9 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -160,7 +160,7 @@ echo "
". _("Viewing messages ") ."$startMessage". _(" to ") ."$endMessage ($numMessages total)
\n"; echo "\n"; } else if ($startMessage == $endMessage) { - echo "\"TD>"; + echo ""; echo "
". _("Viewing message ") ."$startMessage ($numMessages ". _("total") .")
\n"; echo "\n"; } -- 2.25.1