Przeglądaj źródła

Too many spaces, makes the folder spacing look... odd... and too spaced out

jangliss 22 lat temu
rodzic
commit
4eacae8264
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -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 */