summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-06 23:09:51 +0300
committerAndrew Dolgov <[email protected]>2015-07-06 23:09:51 +0300
commite2a3689a1889c5df124b8d44131f3337d59d8ebd (patch)
tree8aef194865e215fb46201c8ca6c261763fdd9220 /include
parentbaf2bfd5049e946e5fa1b540cbc0e8008c33102f (diff)
sanitize: disable <hr> for now
Diffstat (limited to 'include')
-rw-r--r--include/functions2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 8046deb55..1936d146d 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', 'hr', 'i',
+ 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', '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',