From 905ff10dc9694db85c236b3fe5f36c02de35d295 Mon Sep 17 00:00:00 2001 From: JustAMacUser Date: Tue, 27 Feb 2018 16:06:10 +0000 Subject: [PATCH] Allow abbr tag when sanitizing. --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 1319520c..d4259574 100755 --- a/include/functions.php +++ b/include/functions.php @@ -1654,7 +1654,7 @@ } } - $allowed_elements = array('a', 'address', 'acronym', 'audio', 'article', 'aside', + $allowed_elements = array('a', 'abbr', 'address', 'acronym', 'audio', 'article', 'aside', 'b', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br', 'caption', 'cite', 'center', 'code', 'col', 'colgroup', 'data', 'dd', 'del', 'details', 'description', 'dfn', 'div', 'dl', 'font', -- 2.39.2