Skip to content

Commit

Permalink
Merge pull request #1 from aarongustafson/bugfix-bogus-wrapper-removal
Browse files Browse the repository at this point in the history
Fixed bug causing non-removal of bogus wrapper
  • Loading branch information
aarongustafson committed Nov 16, 2015
2 parents d684a65 + c79836b commit d23e8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/raw.rb
Expand Up @@ -8,7 +8,7 @@ def self.safe_wrap(input)
end
# This must be applied after the
def self.unwrap(input)
input.gsub /<div class='bogus-wrapper'><notextile>(.+?)<\/notextile><\/div>/m do
input.gsub /<div class=['"]bogus-wrapper['"]><notextile>(.+?)<\/notextile><\/div>/m do
$1
end
end
Expand Down

0 comments on commit d23e8e8

Please sign in to comment.