summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-06 22:44:43 +0300
committerAndrew Dolgov <[email protected]>2015-07-06 22:44:43 +0300
commitb90c4468fca498868b2f3c29d74f784d629dc29b (patch)
tree28e173621dc2d1d88039413c365466a8a925421f /include/functions2.php
parent3b9ca4e6cc254be9ad724b996340914d24786f48 (diff)
sanitize: allow <hr> elements
af_redditimgur: optionally add original content using Readability php implementation
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 1936d146d..8046deb55 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -957,7 +957,7 @@
'caption', 'cite', 'center', 'code', 'col', 'colgroup',
'data', 'dd', 'del', 'details', 'div', 'dl', 'font',
'dt', 'em', 'footer', 'figure', 'figcaption',
- 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'i',
+ 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'hr', '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',