Oops, text inputs never had a type attribute!
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 25 Jul 2004 13:24:16 +0000 (13:24 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 25 Jul 2004 13:24:16 +0000 (13:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7771 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/options.php

index f9268bbc8f00109cfc2865e442f8b01468c99af0..3a3ed2ee247ea300606aa1ef97f9de6bb6ef9819 100644 (file)
@@ -208,7 +208,7 @@ class SquirrelOption {
                 $width = 25;
         }
 
                 $width = 25;
         }
 
-        $result = "<input name=\"new_$this->name\" value=\"" .
+        $result = "<input type=\"text\" name=\"new_$this->name\" value=\"" .
             htmlspecialchars($this->value) . 
             "\" size=\"$width\" $this->script />\n";
         return ($result);
             htmlspecialchars($this->value) . 
             "\" size=\"$width\" $this->script />\n";
         return ($result);