fixed error in pullquote plugin

main
Brandon Mathis 14 years ago
parent 967eeb46e8
commit 8e489ac2da

@ -31,7 +31,7 @@ module Jekyll
@quote = $1 @quote = $1
"<span class='has-pullquote' data-pullquote='#{@quote}'>#{output.join.gsub(/\{"\s*|\s*"\}/, '')}</span>" "<span class='has-pullquote' data-pullquote='#{@quote}'>#{output.join.gsub(/\{"\s*|\s*"\}/, '')}</span>"
else else
return "Surround your pullquote like this {! text to be quoted !}" return "Surround your pullquote like this {\" text to be quoted \"}"
end end
end end
end end

Loading…
Cancel
Save