Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Ouch! avoid extra <html> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Gervasio Marchand committed Sep 25, 2018
1 parent 7f2f789 commit 0311bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/external-links.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def extlinks(content, page)
end
end

doc.to_s
doc.at('body').inner_html
end

end
Expand Down

0 comments on commit 0311bb6

Please sign in to comment.