]> git.wh0rd.org Git - tt-rss.git/commitdiff
strip_harmful_tags: allow article
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 19 Mar 2013 17:57:29 +0000 (21:57 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 19 Mar 2013 17:57:29 +0000 (21:57 +0400)
include/functions.php

index 4eff1149e7b2a77f1a815d87feaad39eed43210a..affd4d4dcdb9abb598620670a37a6338b46b127a 100644 (file)
        function strip_harmful_tags($doc) {
                $entries = $doc->getElementsByTagName("*");
 
-               $allowed_elements = array('a', 'address', 'audio',
+               $allowed_elements = array('a', 'address', 'audio', 'article',
                        'b', 'big', 'blockquote', 'body', 'br', 'cite',
                        'code', 'dd', 'del', 'details', 'div', 'dl',
                        'dt', 'em', 'footer', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6',