Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed May 17, 2018
1 parent fc82e96 commit 985ec58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/sanitize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ def initialize(config = {})
@transformers << Transformers::CSS::CleanAttribute.new(scss)
end

@transformers <<
Transformers::CleanDoctype <<
Transformers::CleanCDATA
@transformers << Transformers::CleanDoctype
@transformers << Transformers::CleanCDATA
end

# Returns a sanitized copy of the given _html_ document.
Expand Down

0 comments on commit 985ec58

Please sign in to comment.