fixing typo in lib/jekyll/converters/mt.rb

This commit is contained in:
Toby DiPasquale 2008-12-26 22:51:15 -05:00
parent e0e7bf10d1
commit 29313b046c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module Jekyll
# Be sure to include the body and extended body. # Be sure to include the body and extended body.
if more_content != nil if more_content != nil
conent = content + " \n" + more_content content = content + " \n" + more_content
end end
# Ideally, this script would determine the post format (markdown, html # Ideally, this script would determine the post format (markdown, html