mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
render_all should internally always return strings. This eases some 1.9 compatability issues.
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ module Liquid
|
||||
rescue ::StandardError => e
|
||||
context.handle_error(e)
|
||||
end
|
||||
end
|
||||
end.join
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user