From defdf84bb7ae4542334f57418482b8fe98fcdd5a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 26 Aug 2016 10:43:26 +0200 Subject: [PATCH] Really fix login form regression Remove 'form' from allowed attributes list of input field. We needed it only for a moment, now we don't. It's also not supported by IE/Edge which means there's no way we would need it. Maybe some day... --- program/lib/Roundcube/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/lib/Roundcube/html.php b/program/lib/Roundcube/html.php index 25c4657b4..513e8d607 100644 --- a/program/lib/Roundcube/html.php +++ b/program/lib/Roundcube/html.php @@ -396,7 +396,7 @@ class html_inputfield extends html 'type','name','value','size','tabindex','autocapitalize','required', 'autocomplete','checked','onchange','onclick','disabled','readonly', 'spellcheck','results','maxlength','src','multiple','accept', - 'placeholder','autofocus','pattern','form', + 'placeholder','autofocus','pattern', ); /**