summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-24 11:36:43 +0300
committerAndrew Dolgov <[email protected]>2017-01-24 11:36:43 +0300
commit67268b0017fa7885cf7a1ea6ad9616b76341447a (patch)
tree8bb437ac8b8897970a83f9f5a297eb51dc6f03a3 /include
parentd2c3e846c4d7da9b24a8d30a56e3cd6be227f256 (diff)
sanitize: allow acronym tag
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 28477a0cf..7a076c94e 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',