mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
filters: Allow id as an attribute
This commit is contained in:
@@ -183,7 +183,7 @@ markdown_user_tags = ('table', 'th', 'tr', 'td', 'tbody', 'img',
|
||||
'tbody', 'thead', 'tr', 'tfoot', 'caption')
|
||||
|
||||
for bt in markdown_boring_tags:
|
||||
markdown_ok_tags[bt] = ()
|
||||
markdown_ok_tags[bt] = ('id')
|
||||
|
||||
for bt in markdown_user_tags:
|
||||
markdown_ok_tags[bt] = ('colspan', 'rowspan', 'cellspacing', 'cellpadding', 'align', 'scope')
|
||||
|
||||
Reference in New Issue
Block a user