]> git.wh0rd.org Git - tt-rss.git/commitdiff
strip_harmful_tags: allow center
authorTomas Chvatal <tchvatal@suse.cz>
Sun, 24 Mar 2013 16:50:20 +0000 (17:50 +0100)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 24 Mar 2013 18:43:05 +0000 (22:43 +0400)
include/functions.php

index 57838182bb5fb1998bc9d6a539f0fbed11b6c8a5..962ebb057c3f953616ddde16ca1894900e17e839 100644 (file)
                $entries = $doc->getElementsByTagName("*");
 
                $allowed_elements = array('a', 'address', 'audio', 'article',
-                       'b', 'big', 'blockquote', 'body', 'br', 'cite',
+                       'b', 'big', 'blockquote', 'body', 'br', 'cite', 'center',
                        'code', 'dd', 'del', 'details', 'div', 'dl', 'font',
                        'dt', 'em', 'footer', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
                        'header', 'html', 'i', 'img', 'ins', 'kbd',