Skip to content

Commit 2262c67

Browse files
authored
Merge pull request #583 from sharkooon/patch-1
Fix html close tag for <img >
2 parents 8412f7a + 7e89658 commit 2262c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/checkout/_partials/order-confirmation-table.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
height="{$product.default_image.bySize.default_xs.height}"
4141
alt="{$product.default_image.legend}"
4242
title="{$product.default_image.legend}"
43+
>
4344
</picture>
4445
{else}
4546
<picture>

0 commit comments

Comments
 (0)