Skip to content

Commit 174b79f

Browse files
author
Volodymyr Zaets
committed
MAGETWO-44289: Broken HTML and Javascript on enabled MSRP and PayPal EC
1 parent 7ad4e9c commit 174b79f

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
@@ -79,7 +79,7 @@ if ($product->isSaleable()) {
7979
<a href="javascript:void(0);"
8080
id="<?php /* @escapeNotVerified */ echo($popupId);?>"
8181
class="action map-show-info"
82-
data-mage-init='<?=$this->helper('Magento\Framework\Json\Helper\Data')->jsonEncode($data)?>'><?php /* @escapeNotVerified */ echo __('Click for price'); ?>
82+
data-mage-init='<?= /* @escapeNotVerified */ $this->helper('Magento\Framework\Json\Helper\Data')->jsonEncode($data)?>'><?php /* @escapeNotVerified */ echo __('Click for price'); ?>
8383
</a>
8484
<?php else: ?>
8585
<span class="msrp-message">

0 commit comments

Comments
 (0)