Many Minor Fixes

Fixed a whole bunch of minor stuff.
Had a go at getting some of the plethora of broken tests to pass.
This commit is contained in:
Jacques Distler 2007-06-12 17:37:55 -05:00
parent 0ddd422059
commit 2da672ec5b
13 changed files with 108 additions and 84 deletions

View file

@ -78,7 +78,7 @@ module HTML5lib
class Element < Node
def to_s
"<%s>" % name
"<#{name}>"
end
def printTree indent=0