summaryrefslogtreecommitdiff
path: root/program/include/html.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-05-03 08:18:40 +0000
committeralecpl <alec@alec.pl>2011-05-03 08:18:40 +0000
commit7fc056c3ffadefc48bb9f6f91f1ef783c253f5fb (patch)
tree2ec211e5135f67d6bed04d3a66dfea103908d31f /program/include/html.php
parent4d7fbd508aa50df367f9f055d95f22b697dab5f9 (diff)
- Enable multiselection for attachments uploading in capable browsers (#1485969)
Diffstat (limited to 'program/include/html.php')
-rw-r--r--program/include/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/html.php b/program/include/html.php
index 34536e4c6..8f932ce2c 100644
--- a/program/include/html.php
+++ b/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