From: kink Date: Thu, 30 Jan 2003 15:33:04 +0000 (+0000) Subject: two tags were not echo'ed X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=e0f638ae25bc89f3a40217edd12f46e791b015fc two tags were not echo'ed git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4483 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index ab93889a..69c98225 100644 --- a/plugins/mail_fetch/fetch.php +++ b/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', '', 'left' ) - ); - + ) . ''; exit(); }