added span and strong to allowed_tags

This commit is contained in:
mdipierro
2013-02-05 08:49:58 -06:00
parent cbb9a1fdbe
commit 0460ffdb28
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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'],