Use lax mode by default so nothing breaks

This commit is contained in:
Tristan Hume
2013-07-29 16:28:20 -04:00
parent 8ca00982b6
commit 3b3961be39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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