瀏覽代碼

add a much-needed space in the html

robsiemb 23 年之前
父節點
當前提交
49fb987736
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

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