Reverted previous commit to separate that change to a different pull request.

This commit is contained in:
B Strand 2011-10-13 11:30:25 -07:00
parent 5b0486ced1
commit d983e3eb31
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ module Jekyll
else
"#{quote}<footer>#{author}</footer>"
end
"<blockquote class='citation'>#{blockquote}</blockquote>"
"<blockquote>#{blockquote}</blockquote>"
end
def paragraphize(input)