Skip to content

Commit

Permalink
Remove unnecessary html closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Florin A committed Sep 3, 2021
1 parent c3dfe28 commit 8d9dfe3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sections/main-collection-product-grid.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
stroke-linejoin="round" />
</svg>

</svg>
{{ value.label | escape }} ({{ value.count }})
</label>
</li>
Expand Down Expand Up @@ -123,7 +122,6 @@
min="0"
{%- if uses_comma_decimals -%}max="{{ filter.range_max | money_without_currency | replace: '.', '' | replace: ',', '.' }}"{%- else -%}max="{{ filter.range_max | money_without_currency | replace: ',', '' }}"{% endif %}
>
</input>
<label class="field__label" for="Filter-{{ filter.label | escape }}-GTE">{{ 'sections.collection_template.from' | t }}</label>
</div>
<span class="field-currency">{{ cart.currency.symbol }}</span>
Expand All @@ -143,7 +141,6 @@
max="{{ filter.range_max | money_without_currency | replace: ',', '' }}"
{% endif %}
>
</input>
<label class="field__label" for="Filter-{{ filter.label | escape }}-LTE">{{ 'sections.collection_template.to' | t }}</label>
</div>
</div>
Expand Down Expand Up @@ -333,7 +330,6 @@
inputmode="decimal"
{%- if uses_comma_decimals -%}max="{{ filter.range_max | money_without_currency | replace: '.', '' | replace: ',', '.' }}"{%- else -%}max="{{ filter.range_max | money_without_currency | replace: ',', '' }}"{% endif %}
>
</input>
<label class="field__label" for="Mobile-Filter-{{ filter.label | escape }}-GTE">{{ 'sections.collection_template.from' | t }}</label>
</div>

Expand All @@ -356,7 +352,6 @@
max="{{ filter.range_max | money_without_currency | replace: ',', '' }}"
{% endif %}
>
</input>
<label class="field__label" for="Mobile-Filter-{{ filter.label | escape }}-LTE">{{ 'sections.collection_template.to' | t }}</label>
</div>
</price-range>
Expand Down

0 comments on commit 8d9dfe3

Please sign in to comment.