Skip to content

Commit 124489a

Browse files
committed
https://github.com/tgdwyer/tgdwyer.github.io/issues/124
1 parent 9ff93ae commit 124489a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_plugins/glossary.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def self.replace_glossary_terms(content, file_name)
7373
match
7474
end
7575
end
76-
node.replace(Nokogiri::HTML.fragment(new_content))
76+
node.replace(Nokogiri::HTML5.fragment(new_content))
7777
end
7878
end
7979
end

0 commit comments

Comments
 (0)