From: jangliss Date: Sun, 27 Apr 2003 17:59:38 +0000 (+0000) Subject: Typo making '">' and argument, and probably messing up the posting of X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=18cdccdaad158441a71ff69239767f54a5ab6a6a Typo making '">' and argument, and probably messing up the posting of forms (Bug #715664) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4821 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index b2639f10..73755e9c 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -101,7 +101,7 @@ extract($_POST); htmlspecialchars((($mailfetch_alias_[$i]=='')?$mailfetch_server_[$i]:$mailfetch_alias_[$i])) . ':     ', 'right' ) . - html_tag( 'td', '', 'left' ) + html_tag( 'td', '', 'left' ) ); } }