mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Fix echo tag
This commit is contained in:
@@ -19,7 +19,7 @@ module Liquid
|
||||
end
|
||||
|
||||
def render(context)
|
||||
@variable.render_to_output_buffer(context, +'')
|
||||
variable&.render_to_output_buffer(context, +'')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user