Browse Source

Quick Fix on Trash Folder. echo $line; was AFTER </nobr> casusing a blank line after the Trash folder listing.

oricn 25 years ago
parent
commit
eb56c14487
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/left_main.php

+ 1 - 2
src/left_main.php

@@ -71,9 +71,8 @@
          $line .= "&nbsp;&nbsp;&nbsp;&nbsp;(<B><A HREF=\"empty_trash.php?numMessages=$numMessages&mailbox=$urlMailbox\" TARGET=right style=\"text-decoration:none\">"._("purge")."</A></B>)";
          $line .= "</small></a>\n";
       }
-
-      echo "</NOBR>";
       return $line;
+      echo "</NOBR>";
    }
 
    // open a connection on the imap port (143)