alecpl
2008-06-07 7e78b2ec373f4596f986bb75a0e6c33bd67a82b4
program/include/html.php
@@ -32,7 +32,7 @@
    protected $allowed;
    protected $content;
    protected static $common_attrib = array('id','class','style','title','align');
    public static $common_attrib = array('id','class','style','title','align');
    public static $containers = array('div','span','p','h1','h2','h3','form','textarea');
    public static $lc_tags = true;
@@ -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