aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorB Strand <jet.strand@gmail.com>2011-10-13 11:30:25 -0700
committerB Strand <jet.strand@gmail.com>2011-10-13 11:30:25 -0700
commitd983e3eb31cc80406a28ab566f78e52b90c56e93 (patch)
tree057299fc2af10378e81f55422f8c246ecb7cd749 /plugins
parent5b0486ced124c08ca017b20f584764bab4c5ff0e (diff)
downloadmy_new_personal_website-d983e3eb31cc80406a28ab566f78e52b90c56e93.tar.xz
my_new_personal_website-d983e3eb31cc80406a28ab566f78e52b90c56e93.zip
Reverted previous commit to separate that change to a different pull request.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/blockquote.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/blockquote.rb b/plugins/blockquote.rb
index f4f57da3..a0bf12cc 100644
--- a/plugins/blockquote.rb
+++ b/plugins/blockquote.rb
@@ -71,7 +71,7 @@ module Jekyll
else
"#{quote}<footer>#{author}</footer>"
end
- "<blockquote class='citation'>#{blockquote}</blockquote>"
+ "<blockquote>#{blockquote}</blockquote>"
end
def paragraphize(input)