Browse Source

two tags were not echo'ed

Thijs Kinkhorst 22 years ago
parent
commit
94e0642947
1 changed files with 1 additions and 2 deletions
  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();
     }