Merge commit 'd397b762dae'
This commit is contained in:
commit
6d7a7f63bd
|
@ -14,7 +14,7 @@ module Jekyll
|
||||||
end
|
end
|
||||||
|
|
||||||
def xml_escape(input)
|
def xml_escape(input)
|
||||||
input.gsub("<", "<").gsub(">", ">")
|
input.gsub("&", "&").gsub("<", "<").gsub(">", ">")
|
||||||
end
|
end
|
||||||
|
|
||||||
def number_of_words(input)
|
def number_of_words(input)
|
||||||
|
|
Loading…
Reference in New Issue