288
288
## Allowed tags/attributes for 'bleach' ##
289
289
## Used for sanitizing user input. ##
290
290
##########################################
291
BLEACH_ALLOWED_TAGS = [u'a',
296
u'em', u'i', u'strong', u'b',
299
u'h1', u'h2', u'h3', u'h4', u'h5', u'h6',
303
u'table', u'tbody', u'thead', u'th', u'tr', u'td',
291
BLEACH_ALLOWED_TAGS = ['a',
296
'em', 'i', 'strong', 'b',
299
'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
303
'table', 'tbody', 'thead', 'th', 'tr', 'td',
307
307
BLEACH_ALLOWED_ATTRIBUTES = {'img': ['src', 'alt'], 'a': [