From: woxcab Date: Fri, 3 Nov 2017 07:23:29 +0000 (+0300) Subject: Allow
tag in the RSS item' description X-Git-Tag: 17.12~112^2~3^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6eeeec4838d58e21087a75e437d7fbd614a09db2;p=tt-rss.git Allow
tag in the RSS item' description --- diff --git a/include/functions.php b/include/functions.php index f883a12e..4265692e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1663,7 +1663,7 @@ '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',