summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 21:22:20 +0400
committerAndrew Dolgov <[email protected]>2013-03-20 21:22:20 +0400
commit46ec3348ca9ad381dcecfd01a1e6620e83abde82 (patch)
tree9c494957b8f43202ecc704c7b1ee351cb8eecc7a /include
parent10534e860b554a6170b798992090e3a398bac284 (diff)
harmful tags: enable font
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index d9a3a5963..ca129ab81 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2656,7 +2656,7 @@
$allowed_elements = array('a', 'address', 'audio', 'article',
'b', 'big', 'blockquote', 'body', 'br', 'cite',
- 'code', 'dd', 'del', 'details', 'div', 'dl',
+ 'code', 'dd', 'del', 'details', 'div', 'dl', 'font',
'dt', 'em', 'footer', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
'header', 'html', 'i', 'img', 'ins', 'kbd',
'li', 'nav', 'ol', 'p', 'pre', 'q', 's','small',