mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 07:44:01 +01:00
Fix typos + only add callback for style tags when safe-flag is set
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user