Skip to content

Commit 07fe6e1

Browse files
authored
Put back double quotes in template inclusion with var
1 parent 1087868 commit 07fe6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ps_brandlist/views/templates/hook/ps_brandlist.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<div>
2020
{if $brands}
21-
{include file='module:ps_brandlist/views/templates/_partials/$brand_display_type.tpl' brands=$brands}
21+
{include file="module:ps_brandlist/views/templates/_partials/$brand_display_type.tpl" brands=$brands}
2222
{else}
2323
<p class="mb-0">{l s='No brand' d='Shop.Theme.Catalog'}</p>
2424
{/if}

0 commit comments

Comments
 (0)