mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Revert "Merge pull request #1350 from Shopify/pz-instrument-invalid-end-tag"
This reverts commite6eef4b2c4, reversing changes made toc7c21e88f0.
This commit is contained in:
@@ -77,9 +77,6 @@ module Liquid
|
||||
body.parse(tokens, parse_context) do |end_tag_name, end_tag_params|
|
||||
@blank &&= body.blank?
|
||||
|
||||
# Instrument for bug 1346
|
||||
Usage.increment("end_tag_params") if end_tag_params && !end_tag_params.empty?
|
||||
|
||||
return false if end_tag_name == block_delimiter
|
||||
raise_tag_never_closed(block_name) unless end_tag_name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user