two tags were not echo'ed
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 30 Jan 2003 15:33:04 +0000 (15:33 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 30 Jan 2003 15:33:04 +0000 (15:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4483 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/mail_fetch/fetch.php

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