From 3b44aae0f32dce159caea9498e4824a24a7ba4ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 23 Jan 2016 02:17:00 +0300 Subject: sanitize: allow --- include/functions2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3