Browse Source

[ #500367 ] Blank line between Trash and Sent

Thijs Kinkhorst 23 years ago
parent
commit
7206b5ff8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/left_main.php

+ 2 - 2
src/left_main.php

@@ -91,7 +91,7 @@ function formatMailboxName($imapConnection, $box_array) {
             $urlMailbox = urlencode($real_box);
             $urlMailbox = urlencode($real_box);
             $line .= "\n<small>\n" .
             $line .= "\n<small>\n" .
                     "&nbsp;&nbsp;(<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("empty")."</A>)" .
                     "&nbsp;&nbsp;(<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("empty")."</A>)" .
-                    "\n</small>\n";
+                    "</small>";
         }
         }
     }
     }
 
 
@@ -342,4 +342,4 @@ do_hook('left_main_after');
 
 
 echo "</BODY></HTML>\n";
 echo "</BODY></HTML>\n";
 
 
-?>
+?>