add a much-needed space in the html
[squirrelmail.git] / src / left_main.php
index b020d8eb10034226cfeec4ee87b8a5f7326780aa..c80d4a76263609bdf198b7430ce9eaf4cf881de9 100644 (file)
@@ -943,7 +943,7 @@ for ($i = 0; $i < count($boxes); $i++) {
 } else {  /* expiremental code */ 
     $boxes = sqimap_mailbox_tree($imapConnection);
     if (isset($advanced_tree) && $advanced_tree) {
-       echo '<FORM name=collapse action="left_main.php" METHOD=POST' .
+       echo '<FORM name=collapse action="left_main.php" METHOD=POST ' .
             'ENCTYPE="multipart/form-data"'."\n";
        echo '<small><button type="submit" class="button" onmouseover="buttonover(this,true)" onmouseout="buttonover(this,false)" onmousedown="buttonclick(this,true)" onmouseup="buttonclick(this,false)">'. _("Save folder tree") .'</button><br><br>';
        echo '<DIV ID=mailboxes CLASS=mailboxes>'."\n\n";