mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Merge pull request #1133 from Shopify/liquid-tag-fixes
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