Skip to content

Commit e1a817a

Browse files
committed
Merge remote-tracking branch 'performance-ce/MC-19588' into MC-19587
2 parents 0d99c9f + abb3de3 commit e1a817a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Msrp/view/base/templates/product/price

1 file changed

+1
-1
lines changed

app/code/Magento/Msrp/view/base/templates/product/price/msrp.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $priceElementIdPrefix = $block->getPriceElementIdPrefix() ? $block->getPriceElem
9898
<a href="javascript:void(0);"
9999
id="<?= /* @noEscape */ ($popupId) ?>"
100100
class="action map-show-info"
101-
data-mage-init='{"addToCart":<?= /* @noEscape */ $this->helper(\Magento\Framework\Json\Helper\Data::class)->jsonEncode($data) ?>'>
101+
data-mage-init='{"addToCart":<?= /* @noEscape */ $this->helper(\Magento\Framework\Json\Helper\Data::class)->jsonEncode($data) ?>}'>
102102
<?= $block->escapeHtml(__('Click for price')) ?>
103103
</a>
104104
<?php else : ?>

0 commit comments

Comments
 (0)