summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2018-02-27 16:06:10 +0000
committerJustAMacUser <[email protected]>2018-02-27 16:06:10 +0000
commit905ff10dc9694db85c236b3fe5f36c02de35d295 (patch)
tree4ec50876ba5a04e8f2e1b31c4899867101721350 /include
parentf1415df47cd70d76a8be769b71f2fca446d60861 (diff)
Allow abbr tag when sanitizing.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 1319520c6..d42595744 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',