removed whitespace from lazyeye's commit

This commit is contained in:
Kris Brown 2010-02-26 21:33:56 +00:00
parent cfd6ebc747
commit 355b20265e
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ module Jekyll
# #
# Returns <Hash> # Returns <Hash>
def to_liquid def to_liquid
self.data.deep_merge({ self.data.deep_merge({
"title" => self.data["title"] || self.slug.split('-').select {|w| w.capitalize! || w }.join(' '), "title" => self.data["title"] || self.slug.split('-').select {|w| w.capitalize! || w }.join(' '),
"url" => self.url, "url" => self.url,
"date" => self.date, "date" => self.date,