app/models/chunks/literal.rb in Pimki-1.2.092 vs app/models/chunks/literal.rb in Pimki-1.3.092

- old
+ new

@@ -15,5 +15,6 @@ class Tags < Chunk::Abstract TAGS = "a|img|em|strong|div|span|table|td|th|ul|ol|li|dl|dt|dd" def self.pattern() Regexp.new('<(?:'+TAGS+')[^>]*?>', Regexp::MULTILINE) end end end +