From 405aba83230471ead28adccaa888af73750771f1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 15 May 2008 16:37:00 -0400 Subject: [PATCH] Allow tabindex attribute in textareas --- program/include/html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/html.php b/program/include/html.php index fb86e51..6f60245 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -415,7 +415,7 @@ 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 -- Gitblit v1.9.1