[ #500367 ] Blank line between Trash and Sent
[squirrelmail.git] / src / left_main.php
index 9354d26583f2f89d99839f55a44060e0d7eef761..6491ec9687fb9a050a8f6ec4be164e07af94ea3a 100644 (file)
@@ -91,7 +91,7 @@ function formatMailboxName($imapConnection, $box_array) {
             $urlMailbox = urlencode($real_box);
             $line .= "\n<small>\n" .
                     "&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";
 
-?>
\ No newline at end of file
+?>