Allow abbr tag when sanitizing.

This commit is contained in:
JustAMacUser 2018-02-27 16:06:10 +00:00
parent f1415df47c
commit 905ff10dc9
1 changed files with 1 additions and 1 deletions

View File

@ -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',