Merge branch '2.1' into site-2.1

This commit is contained in:
Brandon Mathis 2012-05-22 11:30:45 -05:00
commit 7231a702d8

View File

@ -46,7 +46,7 @@ module Jekyll
end end
def render(context) def render(context)
quote = paragraphize(super.map(&:strip).join) quote = paragraphize(super)
author = "<strong>#{@by.strip}</strong>" if @by author = "<strong>#{@by.strip}</strong>" if @by
if @source if @source
url = @source.match(/https?:\/\/(.+)/)[1].split('/') url = @source.match(/https?:\/\/(.+)/)[1].split('/')