Too many spaces, makes the folder spacing look... odd... and too spaced out
[squirrelmail.git] / src / left_main.php
index 849544e7b10c57b3d504db2ec4703be4b4890dea..3c7c9176dfec71688496ab3f51e6fef89572fd40 100644 (file)
@@ -293,7 +293,7 @@ function listBoxes ($boxes, $j=0 ) {
     if (isset($boxes) && !empty($boxes)) {
         $mailbox = $boxes->mailboxname_full;
         $leader = '<tt>';
-        $leader .= str_repeat('&nbsp;&nbsp;&nbsp;',$j);
+        $leader .= str_repeat('&nbsp;&nbsp;',$j);
         $mailboxURL = urlencode($mailbox);
 
         /* get unseen/total messages information */