From 7fb54066022a3a1de024080d564d83de55769323 Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 22 Jan 2002 17:59:08 +0000 Subject: [PATCH] [ #500367 ] Blank line between Trash and Sent git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2213 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index 9354d265..6491ec96 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -91,7 +91,7 @@ function formatMailboxName($imapConnection, $box_array) { $urlMailbox = urlencode($real_box); $line .= "\n\n" . "  ("._("empty").")" . - "\n\n"; + ""; } } @@ -342,4 +342,4 @@ do_hook('left_main_after'); echo "\n"; -?> \ No newline at end of file +?> -- 2.25.1