]> git.wh0rd.org - tt-rss.git/commitdiff
Allow abbr tag when sanitizing.
authorJustAMacUser <myself-cmsmxc3e@zaikos.com>
Tue, 27 Feb 2018 16:06:10 +0000 (16:06 +0000)
committerJustAMacUser <myself-cmsmxc3e@zaikos.com>
Tue, 27 Feb 2018 16:06:10 +0000 (16:06 +0000)
include/functions.php

index 1319520c675678c3b12baac50b64e8575c3c87ca..d4259574450b0d5632ac27c1a943d208fba2e927 100755 (executable)
                        }
                }
 
-               $allowed_elements = array('a', 'address', 'acronym', 'audio', 'article', 'aside',
+               $allowed_elements = array('a', 'abbr', 'address', 'acronym', 'audio', 'article', 'aside',
                        'b', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br',
                        'caption', 'cite', 'center', 'code', 'col', 'colgroup',
                        'data', 'dd', 'del', 'details', 'description', 'dfn', 'div', 'dl', 'font',