Oops, text inputs never had a type attribute!
[squirrelmail.git] / functions / options.php
index f9268bbc8f00109cfc2865e442f8b01468c99af0..3a3ed2ee247ea300606aa1ef97f9de6bb6ef9819 100644 (file)
@@ -208,7 +208,7 @@ class SquirrelOption {
                 $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);