From 6eeeec4838d58e21087a75e437d7fbd614a09db2 Mon Sep 17 00:00:00 2001 From: woxcab Date: Fri, 3 Nov 2017 10:23:29 +0300 Subject: [PATCH] Allow
tag in the RSS item' description --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.2