diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-15 15:36:45 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-15 15:36:45 +0200 |
commit | 1dcd9406bdbfe356bbf744be1714646bb941cd89 (patch) | |
tree | 52d1add1692985e786d4b7574632477ac859a4fc /program/lib/Roundcube | |
parent | 0185a2790767caab93f2c504ad38d7edca70d043 (diff) | |
parent | 9a7c575650ef8405403011c5716aa560df81e9c1 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/lib/Roundcube')
-rw-r--r-- | program/lib/Roundcube/html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/lib/Roundcube/html.php b/program/lib/Roundcube/html.php index eb23c8b2e..3e6e47a56 100644 --- a/program/lib/Roundcube/html.php +++ b/program/lib/Roundcube/html.php @@ -360,8 +360,8 @@ class html_inputfield extends html protected $allowed = array( 'type','name','value','size','tabindex','autocapitalize', 'autocomplete','checked','onchange','onclick','disabled','readonly', - 'spellcheck','results','maxlength','src','multiple','placeholder', - 'autofocus', + 'spellcheck','results','maxlength','src','multiple','accept', + 'placeholder','autofocus', ); /** |