summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorwoxcab <[email protected]>2017-11-03 10:23:29 +0300
committerwoxcab <[email protected]>2017-11-03 10:23:29 +0300
commit6eeeec4838d58e21087a75e437d7fbd614a09db2 (patch)
treea567786f7de6c98f9250e57fae948e091ba7f7b6 /include/functions.php
parent9d930af9e109884f219a2254dc444c7a943b1e6e (diff)
Allow <hr> tag in the RSS item' description
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index f883a12e7..4265692ec 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',