Merge pull request #2957 from walpurgisriot/master

This commit is contained in:
Parker Moore 2014-09-26 17:08:42 -07:00
commit 0553dc2f85
1 changed files with 1 additions and 1 deletions

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