Allow <hr> tag in the RSS item' description
This commit is contained in:
parent
9d930af9e1
commit
6eeeec4838
1 changed files with 1 additions and 1 deletions
|
@ -1663,7 +1663,7 @@
|
||||||
'caption', 'cite', 'center', 'code', 'col', 'colgroup',
|
'caption', 'cite', 'center', 'code', 'col', 'colgroup',
|
||||||
'data', 'dd', 'del', 'details', 'description', 'dfn', 'div', 'dl', 'font',
|
'data', 'dd', 'del', 'details', 'description', 'dfn', 'div', 'dl', 'font',
|
||||||
'dt', 'em', 'footer', 'figure', 'figcaption',
|
'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',
|
'img', 'ins', 'kbd', 'li', 'main', 'mark', 'nav', 'noscript',
|
||||||
'ol', 'p', 'pre', 'q', 'ruby', 'rp', 'rt', 's', 'samp', 'section',
|
'ol', 'p', 'pre', 'q', 'ruby', 'rp', 'rt', 's', 'samp', 'section',
|
||||||
'small', 'source', 'span', 'strike', 'strong', 'sub', 'summary',
|
'small', 'source', 'span', 'strike', 'strong', 'sub', 'summary',
|
||||||
|
|
Loading…
Reference in a new issue