summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/html.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-03 08:18:40 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-03 08:18:40 +0000
commit102f1ae23d794014014676060b447d7bdb63f57c (patch)
tree7cb25c91cb8625a57c2d379a528a087ba4d26808 /roundcubemail/program/include/html.php
parent3e51b43f7f6d984ffc63855d007e74908aee414d (diff)
- Enable multiselection for attachments uploading in capable browsers (#1485969)
git-svn-id: https://svn.roundcube.net/trunk@4723 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/html.php')
-rw-r--r--roundcubemail/program/include/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php
index 34536e4c6..8f932ce2c 100644
--- a/roundcubemail/program/include/html.php
+++ b/roundcubemail/program/include/html.php
@@ -271,7 +271,7 @@ class html_inputfield extends html
protected $type = 'text';
protected $allowed = array('type','name','value','size','tabindex',
'autocomplete','checked','onchange','onclick','disabled','readonly',
- 'spellcheck','results','maxlength','src');
+ 'spellcheck','results','maxlength','src','multiple');
/**
* Object constructor