Skip to content

Commit

Permalink
Added a space between author and site to be sure it looked good in fe…
Browse files Browse the repository at this point in the history
…ed readers and places where the site CSS wasn't being loaded
  • Loading branch information
imathis committed Dec 11, 2011
1 parent d5a02a7 commit 4e0fec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/blockquote.rb
Expand Up @@ -60,9 +60,9 @@ def render(context)
source << '/&hellip;' unless source == @source
end
if !@source.nil?
cite = "<cite><a href='#{@source}'>#{(@title || source)}</a></cite>"
cite = " <cite><a href='#{@source}'>#{(@title || source)}</a></cite>"
elsif !@title.nil?
cite = "<cite>#{@title}</cite>"
cite = " <cite>#{@title}</cite>"
end
blockquote = if @by.nil?
quote
Expand Down

0 comments on commit 4e0fec0

Please sign in to comment.