mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Merge commit 'd397b762dae'
This commit is contained in:
@@ -14,7 +14,7 @@ module Jekyll
|
||||
end
|
||||
|
||||
def xml_escape(input)
|
||||
input.gsub("<", "<").gsub(">", ">")
|
||||
input.gsub("&", "&").gsub("<", "<").gsub(">", ">")
|
||||
end
|
||||
|
||||
def number_of_words(input)
|
||||
|
||||
Reference in New Issue
Block a user