From 8e489ac2daf35f81d4567f959219decd6836b024 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Fri, 22 Jul 2011 17:45:26 -0400 Subject: [PATCH] fixed error in pullquote plugin --- plugins/pullquote.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pullquote.rb b/plugins/pullquote.rb index ff576fa..03e307a 100644 --- a/plugins/pullquote.rb +++ b/plugins/pullquote.rb @@ -31,7 +31,7 @@ module Jekyll @quote = $1 "#{output.join.gsub(/\{"\s*|\s*"\}/, '')}" else - return "Surround your pullquote like this {! text to be quoted !}" + return "Surround your pullquote like this {\" text to be quoted \"}" end end end