Explorar o código

two tags were not echo'ed

Thijs Kinkhorst %!s(int64=22) %!d(string=hai) anos
pai
achega
94e0642947
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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();
     }