summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-01-23 02:17:00 +0300
committerAndrew Dolgov <[email protected]>2016-01-23 02:17:00 +0300
commit3b44aae0f32dce159caea9498e4824a24a7ba4ac (patch)
tree2f4edb2ba7edbff03df83447d00e070a82b902b2 /include
parent7d1e15c396f36c261d0c8067fc316f6c3e8e1948 (diff)
sanitize: allow <description>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 92ed3f340..fb2fff286 100755
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -972,7 +972,7 @@
$allowed_elements = array('a', 'address', 'audio', 'article', 'aside',
'b', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br',
'caption', 'cite', 'center', 'code', 'col', 'colgroup',
- 'data', 'dd', 'del', 'details', 'div', 'dl', 'font',
+ 'data', 'dd', 'del', 'details', 'description', 'div', 'dl', 'font',
'dt', 'em', 'footer', 'figure', 'figcaption',
'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'i',
'img', 'ins', 'kbd', 'li', 'main', 'mark', 'nav', 'noscript',