summaryrefslogtreecommitdiff
path: root/program/include/html.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-05-15 20:37:00 +0000
committerthomascube <thomas@roundcube.net>2008-05-15 20:37:00 +0000
commit405aba83230471ead28adccaa888af73750771f1 (patch)
tree4b450f66392e057dda8f3d944ba719ff66bc3ae2 /program/include/html.php
parent033478df29d56dcd0a2b521192f0d53845c6b701 (diff)
Allow tabindex attribute in textareas
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 fb86e514f..6f602454c 100644
--- a/program/include/html.php
+++ b/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