File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Swatches/view/frontend/templates/product/layered Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
?>
11
11
<?php $ swatchData = $ block ->getSwatchData (); ?>
12
12
<div class="swatch-attribute swatch-layered <?php /* @escapeNotVerified */ echo $ swatchData ['attribute_code ' ] ?> "
13
- attribute-code="<?php /* @escapeNotVerified */ echo $ swatchData ['attribute_code ' ] ?> " attribute-id="<?php echo $ swatchData ['attribute_id ' ] ?> ">
13
+ attribute-code="<?php /* @escapeNotVerified */ echo $ swatchData ['attribute_code ' ] ?> " attribute-id="<?php /* @escapeNotVerified */ echo $ swatchData ['attribute_id ' ] ?> ">
14
14
<div class="swatch-attribute-options clearfix">
15
15
<?php foreach ($ swatchData ['options ' ] as $ option => $ label ): ?>
16
16
<a href="<?php /* @escapeNotVerified */ echo $ label ['link ' ] ?> " class="swatch-option-link-layered">
You can’t perform that action at this time.
0 commit comments