From 18cdccdaad158441a71ff69239767f54a5ab6a6a Mon Sep 17 00:00:00 2001 From: jangliss Date: Sun, 27 Apr 2003 17:59:38 +0000 Subject: [PATCH 1/1] 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 --- plugins/mail_fetch/fetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ); } } -- 2.25.1