filters: Allow a links to have rel as soup replaces nofollow with them.

This commit is contained in:
Andre D
2013-01-14 00:16:36 -05:00
committed by Neil Williams
parent 826c00fee5
commit 20d1f9fe9e

View File

@@ -171,7 +171,7 @@ class SouptestSaxHandler(ContentHandler):
markdown_ok_tags = {
'div': ('class'),
'a': set(('href', 'title', 'target', 'nofollow')),
'a': set(('href', 'title', 'target', 'nofollow', 'rel')),
}