mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 15:30:39 -07:00
Merge pull request #395 from Shopify/fix_block_delimiter
Forgot an error message case
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ module Liquid
|
||||
when 'end'.freeze
|
||||
raise SyntaxError.new(options[:locale].t("errors.syntax.invalid_delimiter".freeze,
|
||||
:block_name => block_name,
|
||||
:block_delimiter => @block_delimiter))
|
||||
:block_delimiter => block_delimiter))
|
||||
else
|
||||
raise SyntaxError.new(options[:locale].t("errors.syntax.unknown_tag".freeze, :tag => tag))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user