sanitize: allow acronym tag

This commit is contained in:
Andrew Dolgov 2017-01-24 11:36:43 +03:00
parent d2c3e846c4
commit 67268b0017
1 changed files with 1 additions and 1 deletions

View File

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