fixed an issue with lack of validators in 'double' type

This commit is contained in:
mdipierro
2014-08-11 00:02:08 -05:00
parent 5e07ed79cc
commit 3f65b8bfc8
5 changed files with 8 additions and 19 deletions
+1
View File
@@ -1863,6 +1863,7 @@ class INPUT(DIV):
t = self['_type'] = 'text'
t = t.lower()
value = self['value']
if self['_value'] is None or isinstance(self['_value'],cgi.FieldStorage):
_value = None
else: