Skip to content

Commit 68fee1e

Browse files
authored
Merge pull request #652 from maxime-aknin/patch-1
Put back double quotes to fix inclusion error
2 parents 48a6a85 + 38694f0 commit 68fee1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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}

modules/ps_supplierlist/views/templates/hook/ps_supplierlist.tpl

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

1919
<div>
2020
{if $suppliers}
21-
{include file='module:ps_supplierlist/views/templates/_partials/$supplier_display_type.tpl' suppliers=$suppliers}
21+
{include file="module:ps_supplierlist/views/templates/_partials/$supplier_display_type.tpl" suppliers=$suppliers}
2222
{else}
2323
<p>{l s='No supplier' d='Shop.Theme.Catalog'}</p>
2424
{/if}

0 commit comments

Comments
 (0)