From: jangliss Date: Mon, 23 Jun 2003 21:25:21 +0000 (+0000) Subject: Too many spaces, makes the folder spacing look... odd... and too spaced out X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c11e23b8e0805d0af5cf670c2cb12d6f136a0dc4;p=squirrelmail.git 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 --- 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 */