Skip to content

Commit 9e67699

Browse files
author
Yaroslav Onischenko
committed
Merge remote-tracking branch 'origin/MAGETWO-49827' into develop
2 parents 81c1826 + 1a60cce commit 9e67699

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Wishlist/view/frontend/templates

1 file changed

+2
-2
lines changed

app/code/Magento/Wishlist/view/frontend/templates/addto.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<script type="text/x-magento-init">
88
{
99
"body": {
10-
"addToWishlist": <?php
11-
echo $this->helper('Magento\Framework\Json\Helper\Data')->jsonEncode($block->getWishlistOptions());
10+
"addToWishlist": <?php /* @noEscape */ echo $this->helper('Magento\Framework\Json\Helper\Data')
11+
->jsonEncode($block->getWishlistOptions());
1212
?>
1313
}
1414
}

0 commit comments

Comments
 (0)