Fix typos + only add callback for style tags when safe-flag is set

This commit is contained in:
thomascube
2008-09-16 13:02:53 +00:00
parent 2f746dcd68
commit 36c236eee7
2 changed files with 9 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ class html
protected $content;
public static $common_attrib = array('id','class','style','title','align');
public static $containers = array('div','span','p','h1','h2','h3','form','textarea','table','tr','th','td');
public static $containers = array('div','span','p','h1','h2','h3','form','textarea','table','tr','th','td','style');
public static $lc_tags = true;
/**