Fix handling of unknown tags in comments

This commit is contained in:
Florian Weingarten
2013-09-11 10:40:33 -04:00
parent 01d352bc51
commit 45795f8766
2 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
require "liquid/tags/raw"
module Liquid
class Comment < Block
class Comment < Raw
def render(context)
''
end