Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #745 from darkwing/time-datetime-818233-2
Browse files Browse the repository at this point in the history
fix bug 818233 - Allow datetime attribute
  • Loading branch information
groovecoder committed Dec 6, 2012
2 parents 1f93185 + d53f517 commit a0555ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/wiki/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
'progress', 'audio', 'details', 'datagrid', 'datalist', 'table',
'tr', 'address', 'col', 's', 'strong'
)))
ALLOWED_ATTRIBUTES['time'] += ['datetime']
# MathML
ALLOWED_ATTRIBUTES.update(dict((x, ['href', 'mathbackground', 'mathcolor',
'id', 'class', 'style']) for x in (
Expand Down

0 comments on commit a0555ae

Please sign in to comment.