add a much-needed space in the html
authorrobsiemb <robsiemb@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Oct 2002 13:34:09 +0000 (13:34 +0000)
committerrobsiemb <robsiemb@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Oct 2002 13:34:09 +0000 (13:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3913 7612ce4b-ef26-0410-bec9-ea0150e637f0

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";