From 67268b0017fa7885cf7a1ea6ad9616b76341447a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 24 Jan 2017 11:36:43 +0300 Subject: [PATCH] sanitize: allow acronym tag --- include/functions2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions2.php b/include/functions2.php index 28477a0c..7a076c94 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -975,7 +975,7 @@ } } - $allowed_elements = array('a', 'address', 'audio', 'article', 'aside', + $allowed_elements = array('a', 'address', 'acronym', 'audio', 'article', 'aside', 'b', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br', 'caption', 'cite', 'center', 'code', 'col', 'colgroup', 'data', 'dd', 'del', 'details', 'description', 'div', 'dl', 'font', -- 2.39.2