From 49f81fb95f20ae4b193fa0286f6bf5fe5eeec2c4 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Tue, 5 Dec 2023 13:35:11 +0530 Subject: [PATCH] fix: add missing closing tag --- templates/catalog/_partials/facets.tpl | 111 ++++++++++--------------- 1 file changed, 45 insertions(+), 66 deletions(-) diff --git a/templates/catalog/_partials/facets.tpl b/templates/catalog/_partials/facets.tpl index 3093768..af176b3 100644 --- a/templates/catalog/_partials/facets.tpl +++ b/templates/catalog/_partials/facets.tpl @@ -24,77 +24,56 @@ *} {if $facets|count}
- {* - - *}
- {foreach from=$facets item="facet"} - {if !$facet.displayed} - {continue} - {/if} - {if $facet.widgetType === 'dropdown'} -
-

- - +

+ + - {/if} - {/foreach} + {/if} + {/foreach} +
{/if}