summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-02-27 16:37:24 +0000
committerGogs <[email protected]>2018-02-27 16:37:24 +0000
commitfc763c882e9c285cd206f2cd2718e06af12a8791 (patch)
tree4ec50876ba5a04e8f2e1b31c4899867101721350
parentf1415df47cd70d76a8be769b71f2fca446d60861 (diff)
parent905ff10dc9694db85c236b3fe5f36c02de35d295 (diff)
Merge branch 'abbr-tag' of JustAMacUser/tt-rss into master
-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',