Merge pull request #2957 from walpurgisriot/master

This commit is contained in:
Parker Moore
2014-09-26 17:08:42 -07:00

View File

@@ -60,7 +60,7 @@ module Jekyll
# Transform the contents based on the content type.
#
# Returns nothing.
# Returns the transformed contents.
def transform
converters.reduce(content) do |output, converter|
begin