mirror of https://github.com/rails/rails
HTMl -> HTML: html scanner comment fix
This commit is contained in:
parent
4867bfabaa
commit
8f473dc9ae
|
@ -4,7 +4,7 @@ require 'html/selector'
|
|||
require 'html/sanitizer'
|
||||
|
||||
module HTML #:nodoc:
|
||||
# A top-level HTMl document. You give it a body of text, and it will parse that
|
||||
# A top-level HTML document. You give it a body of text, and it will parse that
|
||||
# text into a tree of nodes.
|
||||
class Document #:nodoc:
|
||||
|
||||
|
|
Loading…
Reference in New Issue