mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:46:49 +00:00
Allow abbr tag when sanitizing.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user