diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-21 06:38:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-21 06:38:00 +0000 |
| commit | 15951c5754935be7252f2d2817ba27c1e4c2d4e8 (patch) | |
| tree | c31712723eedb8bac944167dc2575fe8e91cec94 /roundcubemail/program | |
| parent | 33b1c94139c006ff3bccc70b243fb3f50981cc5e (diff) | |
- added iframe tag to containers list
git-svn-id: https://svn.roundcube.net/trunk@1869 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php index 50689f2e7..73b0b331e 100644 --- a/roundcubemail/program/include/html.php +++ b/roundcubemail/program/include/html.php @@ -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','style'); + public static $containers = array('iframe','div','span','p','h1','h2','h3','form','textarea','table','tr','th','td','style'); public static $lc_tags = true; /** |
