added span and strong to allowed_tags
This commit is contained in:
+1
-1
@@ -553,7 +553,7 @@ class XML(XmlComponent):
|
||||
'img/',
|
||||
'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
|
||||
'table', 'tr', 'td', 'div',
|
||||
'strong',
|
||||
'strong','span',
|
||||
],
|
||||
allowed_attributes={
|
||||
'a': ['href', 'title', 'target'],
|
||||
|
||||
Reference in New Issue
Block a user