mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Fix handling of unknown tags in comments
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
require "liquid/tags/raw"
|
||||
|
||||
module Liquid
|
||||
class Comment < Block
|
||||
class Comment < Raw
|
||||
def render(context)
|
||||
''
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user