Fix for bug number 110588. Addresses listed in the CC field of reply all messages...
[squirrelmail.git] / src / folders.php
index 35b5a39fcc2c3c3108d689d823d9d6bb01939194..2b2566c52b8f9781cb93511de03ab5e84eb5077e 100644 (file)
@@ -92,9 +92,9 @@
            if (!sqimap_mailbox_exists ($imapConnection, $trash_folder)){
            echo _("Create Trash") . "<INPUT TYPE=checkbox NAME=trash_create value=true><br>\n";
            echo "<INPUT TYPE=submit VALUE=Create>";
-           echo "</FORM></TD></TR>\n";
            }
        }
+       echo "</FORM></TD></TR></TABLE>n";
    }
 
    /** DELETING FOLDERS **/