From: Andrew Dolgov Date: Tue, 24 Jan 2017 08:36:43 +0000 (+0300) Subject: sanitize: allow acronym tag X-Git-Tag: 17.4~78 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=67268b0017fa7885cf7a1ea6ad9616b76341447a;hp=d2c3e846c4d7da9b24a8d30a56e3cd6be227f256;p=tt-rss.git sanitize: allow acronym tag --- diff --git a/include/functions2.php b/include/functions2.php index 28477a0c..7a076c94 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -975,7 +975,7 @@ } } - $allowed_elements = array('a', 'address', 'audio', 'article', 'aside', + $allowed_elements = array('a', 'address', 'acronym', 'audio', 'article', 'aside', 'b', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br', 'caption', 'cite', 'center', 'code', 'col', 'colgroup', 'data', 'dd', 'del', 'details', 'description', 'div', 'dl', 'font',