diff options
author | B Strand <jet.strand@gmail.com> | 2011-10-13 11:30:25 -0700 |
---|---|---|
committer | B Strand <jet.strand@gmail.com> | 2011-10-13 11:30:25 -0700 |
commit | d983e3eb31cc80406a28ab566f78e52b90c56e93 (patch) | |
tree | 057299fc2af10378e81f55422f8c246ecb7cd749 | |
parent | 5b0486ced124c08ca017b20f584764bab4c5ff0e (diff) | |
download | my_new_personal_website-d983e3eb31cc80406a28ab566f78e52b90c56e93.tar.xz my_new_personal_website-d983e3eb31cc80406a28ab566f78e52b90c56e93.zip |
Reverted previous commit to separate that change to a different pull request.
-rw-r--r-- | plugins/blockquote.rb | 2 |
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) |