From c11e23b8e0805d0af5cf670c2cb12d6f136a0dc4 Mon Sep 17 00:00:00 2001 From: jangliss Date: Mon, 23 Jun 2003 21:25:21 +0000 Subject: [PATCH] Too many spaces, makes the folder spacing look... odd... and too spaced out git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5106 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 849544e7..3c7c9176 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -293,7 +293,7 @@ function listBoxes ($boxes, $j=0 ) { if (isset($boxes) && !empty($boxes)) { $mailbox = $boxes->mailboxname_full; $leader = ''; - $leader .= str_repeat('   ',$j); + $leader .= str_repeat('  ',$j); $mailboxURL = urlencode($mailbox); /* get unseen/total messages information */ -- 2.25.1