From e55f5f9ab99df2d34237308a94d6f0d0db29e74b Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 17 Jul 2011 17:24:35 -0400 Subject: [PATCH] removed unnecessary regex from pullquote plugin --- .themes/classic/plugins/pullquote.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/.themes/classic/plugins/pullquote.rb b/.themes/classic/plugins/pullquote.rb index 2b8544a..ff576fa 100644 --- a/.themes/classic/plugins/pullquote.rb +++ b/.themes/classic/plugins/pullquote.rb @@ -21,8 +21,6 @@ module Jekyll class PullquoteTag < Liquid::Block - PullQuoteMarkup = /\{(.+)\}/i - def initialize(tag_name, markup, tokens) super end