]> git.wh0rd.org - tt-rss.git/commitdiff
sanitize: allow acronym tag
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Tue, 24 Jan 2017 08:36:43 +0000 (11:36 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Tue, 24 Jan 2017 08:36:43 +0000 (11:36 +0300)
include/functions2.php

index 28477a0cfd0c7447f5a0237eae0d5fca6f2d7eaf..7a076c94e858ae0ddcad5f327eb0d603fe978255 100644 (file)
                        }
                }
 
-               $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',