]> git.wh0rd.org - tt-rss.git/commitdiff
Allow <hr> tag in the RSS item' description
authorwoxcab <woxcab@users.noreply.github.com>
Fri, 3 Nov 2017 07:23:29 +0000 (10:23 +0300)
committerwoxcab <woxcab@users.noreply.github.com>
Fri, 3 Nov 2017 07:23:29 +0000 (10:23 +0300)
include/functions.php

index f883a12e7a4752608b20867d14ac2de52df96205..4265692ec05d783a524e48357f4f73ce946c60ee 100644 (file)
                        'caption', 'cite', 'center', 'code', 'col', 'colgroup',
                        'data', 'dd', 'del', 'details', 'description', 'dfn', 'div', 'dl', 'font',
                        'dt', 'em', 'footer', 'figure', 'figcaption',
-                       'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'i',
+                       'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'hr', 'html', 'i',
                        'img', 'ins', 'kbd', 'li', 'main', 'mark', 'nav', 'noscript',
                        'ol', 'p', 'pre', 'q', 'ruby', 'rp', 'rt', 's', 'samp', 'section',
                        'small', 'source', 'span', 'strike', 'strong', 'sub', 'summary',