diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-15 20:37:00 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-15 20:37:00 +0000 |
| commit | 6a4b85e31b625dddf193112482b49cae651fec45 (patch) | |
| tree | 5deda1f0576820b2d086fb15fba42364f961f223 /roundcubemail/program/include/html.php | |
| parent | 5546f92cf670f15f8061b7cc5958cee01520b4f2 (diff) | |
Allow tabindex attribute in textareas
git-svn-id: https://svn.roundcube.net/trunk@1393 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/html.php')
| -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 fb86e514f..6f602454c 100644 --- a/roundcubemail/program/include/html.php +++ b/roundcubemail/program/include/html.php @@ -415,7 +415,7 @@ class html_checkbox extends html_inputfield class html_textarea extends html { protected $tagname = 'textarea'; - protected $allowed_attrib = array('name','rows','cols','wrap'); + protected $allowed_attrib = array('name','rows','cols','wrap','tabindex'); /** * Get HTML code for this object |
