summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-19 15:12:22 +0400
committerAndrew Dolgov <[email protected]>2013-03-19 15:12:22 +0400
commit6e61104d78ee30e5927e61a1a2273ca99e60ad98 (patch)
tree677449030a52054e53b6d922041ba206e51b70a4 /include
parentb7ade39dd116e1634c49eb46711a1d6828140c5e (diff)
strip_harmful_tags: remove double iframe
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 8dba74618..3793e0426 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2628,7 +2628,7 @@
'b', 'big', 'blockquote', 'body', 'br', 'cite',
'code', 'dd', 'del', 'details', 'div', 'dl',
'dt', 'em', 'footer', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
- 'header', 'html', 'i', 'iframe', 'img', 'ins', 'kbd',
+ 'header', 'html', 'i', 'img', 'ins', 'kbd',
'li', 'nav', 'ol', 'p', 'pre', 'q', 's','small',
'source', 'span', 'strike', 'strong', 'sub', 'summary',
'sup', 'table', 'tbody', 'td', 'tfoot', 'th', 'thead',