aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/index.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 57bcdaffc1..e3e7f0e77f 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -666,6 +666,22 @@ class module
{
case 'text':
case 'password':
+ // HTML5 text-like input types
+ case 'color':
+ case 'date':
+ case 'time':
+ case 'datetime':
+ case 'datetime-local':
+ case 'email':
+ case 'month':
+ case 'number':
+ case 'range':
+ case 'search':
+ case 'tel':
+ case 'time':
+ case 'url':
+ case 'week':
+
$size = (int) $tpl_type[1];
$maxlength = (int) $tpl_type[2];