Fix Unicode bug
Fix Diego Restrepo's bug (see Rev 184). Update to latest HTML5lib.
This commit is contained in:
parent
18da1a1d71
commit
0f6889e09f
29 changed files with 380 additions and 498 deletions
2
vendor/plugins/HTML5lib/lib/html5.rb
vendored
2
vendor/plugins/HTML5lib/lib/html5.rb
vendored
|
@ -8,6 +8,6 @@ module HTML5
|
|||
end
|
||||
|
||||
def self.parse_fragment(stream, options={})
|
||||
HTMLParser.parse(stream, options)
|
||||
HTMLParser.parse_fragment(stream, options)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue