aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/pullquote.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pullquote.rb b/plugins/pullquote.rb
index ff576fa0..03e307a7 100644
--- a/plugins/pullquote.rb
+++ b/plugins/pullquote.rb
@@ -31,7 +31,7 @@ module Jekyll
@quote = $1
"<span class='has-pullquote' data-pullquote='#{@quote}'>#{output.join.gsub(/\{"\s*|\s*"\}/, '')}</span>"
else
- return "Surround your pullquote like this {! text to be quoted !}"
+ return "Surround your pullquote like this {\" text to be quoted \"}"
end
end
end