Browse code

removed unnecessary regex from pullquote plugin

Brandon Mathis authored on 17/07/2011 at 21:24:35
Showing 1 changed files
... ...
@@ -21,8 +21,6 @@
21 21
 module Jekyll
22 22
 
23 23
   class PullquoteTag < Liquid::Block
24
-    PullQuoteMarkup = /\{(.+)\}/i
25
-
26 24
     def initialize(tag_name, markup, tokens)
27 25
       super
28 26
     end