diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-14 01:13:13 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-14 01:13:13 +0200 |
commit | 4f53ab347e6ad026f69105b69ce66e21a7654c78 (patch) | |
tree | fb4bf5b2d3de9c0799d0b1a5139996a99cf5e5bc /program/lib/Roundcube | |
parent | bf305c181095cc05522b1c0fcee7093dea3043c1 (diff) |
Add feature to import messages to the currently selected folder
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', ); /** |