fixed error in pullquote plugin

This commit is contained in:
Brandon Mathis 2011-07-22 17:45:26 -04:00
parent 967eeb46e8
commit 8e489ac2da

View File

@ -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