浏览代码

two tags were not echo'ed

Thijs Kinkhorst 22 年之前
父节点
当前提交
94e0642947
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      plugins/mail_fetch/fetch.php

+ 1 - 2
plugins/mail_fetch/fetch.php

@@ -108,8 +108,7 @@ require_once(SM_PATH . 'functions/html.php' );
         echo html_tag( 'tr',
                    html_tag( 'td', ' ' ) .
                    html_tag( 'td', '<input type=submit name=submit_mailfetch value="' . _("Fetch Mail"). '">', 'left' )
-               );
-
+               ) .
              '</table></form>';
         exit();
     }