diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-18 14:10:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-18 14:10:59 +0000 |
| commit | f0ae601fcb1758bb1cdfe5385206b6b6386465b6 (patch) | |
| tree | 49617933dcb08fad274f48893d897cdfea8a9d70 /roundcubemail/program | |
| parent | f266d433f490f461adde22755abd76b7d9957a4b (diff) | |
#1485213: fixed $allowed array for inputfield
git-svn-id: https://svn.roundcube.net/trunk@1595 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php index a11a1a4b2..68bc66b36 100644 --- a/roundcubemail/program/include/html.php +++ b/roundcubemail/program/include/html.php @@ -248,7 +248,7 @@ class html_inputfield extends html { protected $tagname = 'input'; protected $type = 'text'; - protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange'); + protected $allowed = array('type','name','value','size','tabindex','autocomplete','checked','onchange','onclick'); public function __construct($attrib = array()) { |
