mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Use lax mode by default so nothing breaks
This commit is contained in:
@@ -43,7 +43,7 @@ module Liquid
|
||||
end
|
||||
|
||||
def error_mode
|
||||
@error_mode || :warn
|
||||
@error_mode || :lax
|
||||
end
|
||||
|
||||
# Pass a module with filter methods which should be available
|
||||
|
||||
Reference in New Issue
Block a user