From 846f27bbaa9195063dcf729ade7c827204a05845 Mon Sep 17 00:00:00 2001 From: nehresma Date: Tue, 22 May 2001 22:12:05 +0000 Subject: [PATCH] fixed an html bug git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1401 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 f597b2df..3630f4ea 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -463,7 +463,7 @@ next($msort); } while ($i && $i < $endVar); } - echo ''; + echo ''; echo "\n"; -- 2.25.1