From: pdontthink Date: Sun, 25 Jul 2004 13:24:16 +0000 (+0000) Subject: Oops, text inputs never had a type attribute! X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=884401724c75011d69e5ea66e1949949389e8c7c;ds=sidebyside 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 --- 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);