Skip to content

Commit

Permalink
Fix #97
Browse files Browse the repository at this point in the history
Removed "cellspacing" from the required attributes for <table>s
  • Loading branch information
Daniel Campbell committed Feb 28, 2014
1 parent 48f3661 commit 46991a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparkup.py
Expand Up @@ -286,7 +286,6 @@ class HtmlDialect(Dialect):
'object': {'data': '', 'type': ''},
'param': {'name': '', 'value': ''},
'form': {'action': '', 'method': 'post'},
'table': {'cellspacing': '0'},
'input': {'type': '', 'name': '', 'value': ''},
'base': {'href': ''},
'area': {'shape': '', 'coords': '', 'href': '', 'alt': ''},
Expand Down

0 comments on commit 46991a1

Please sign in to comment.