From 884401724c75011d69e5ea66e1949949389e8c7c Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 25 Jul 2004 13:24:16 +0000 Subject: [PATCH 1/1] Oops, text inputs never had a type attribute! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7771 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/options.php b/functions/options.php index f9268bbc..3a3ed2ee 100644 --- a/functions/options.php +++ b/functions/options.php @@ -208,7 +208,7 @@ class SquirrelOption { $width = 25; } - $result = "name\" value=\"" . + $result = "name\" value=\"" . htmlspecialchars($this->value) . "\" size=\"$width\" $this->script />\n"; return ($result); -- 2.25.1