]> git.wh0rd.org - tt-rss.git/commitdiff
Merge branch 'abbr-tag' of JustAMacUser/tt-rss into master
authorfox <fox+git@fakecake.org>
Tue, 27 Feb 2018 16:37:24 +0000 (16:37 +0000)
committerGogs <gogs@fake.local>
Tue, 27 Feb 2018 16:37:24 +0000 (16:37 +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',