mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Ampersands need to be escaped.
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