Browse Source

two tags were not echo'ed

Thijs Kinkhorst 22 năm trước cách đây
mục cha
commit
94e0642947
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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();
     }