Skip to content

Commit

Permalink
https://github.com/tgdwyer/tgdwyer.github.io/issues/124
Browse files Browse the repository at this point in the history
  • Loading branch information
tgdwyer committed Sep 30, 2024
1 parent 9ff93ae commit 124489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/glossary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def self.replace_glossary_terms(content, file_name)
match
end
end
node.replace(Nokogiri::HTML.fragment(new_content))
node.replace(Nokogiri::HTML5.fragment(new_content))
end
end
end
Expand Down

0 comments on commit 124489a

Please sign in to comment.