Skip to content

Commit 4f853e8

Browse files
committed
Fix static
1 parent a81a09d commit 4f853e8

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Swatches/view/frontend/templates/product/layered

1 file changed

+2
-1
lines changed

app/code/Magento/Swatches/view/frontend/templates/product/layered/renderer.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
) ?>"
6969
style="background: <?= $block->escapeHtmlAttr(
7070
$swatchData['swatches'][$option]['value']
71-
) ?> no-repeat center; background-size: initial;"></div>
71+
) ?> no-repeat center; background-size: initial;">
72+
</div>
7273
<?php break;
7374
case '0':
7475
default:

0 commit comments

Comments
 (0)