mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Bugfix for new Liquid tag
This commit is contained in:
@@ -16,7 +16,7 @@ module Liquid
|
||||
end
|
||||
|
||||
def render(context)
|
||||
@variable.render(context)
|
||||
@variable.render_to_output_buffer(context, '')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user