Remove bad tags.

This commit is contained in:
Georg Brandl 2010-01-16 19:54:37 +01:00
parent a7d9a4894b
commit 8b5ae5c131

View File

@ -154,8 +154,7 @@ def check_whitespace_and_spelling(fn, lines):
yield lno+1, '"%s" used' % word
bad_tags = ('<u>', '<s>', '<strike>'
'<center>', '<big>', '<small>', '<font')
bad_tags = ('<u>', '<s>', '<strike>', '<center>', '<font')
@checker('.html')
def check_xhtml(fn, lines):