Skip to content

Commit 0b52926

Browse files
committed
MAGETWO-51786: Escape Js Quote "confirmRemoveMessage" on WishList view #4050
1 parent ffe26b0 commit 0b52926

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<form class="form-wishlist-items" id="wishlist-view-form"
1515
data-mage-init='{"wishlist":{
1616
"addToCartUrl":<?php /* @escapeNotVerified */ echo $block->getItemAddToCartParams("%item%");?>,
17-
"confirmRemoveMessage":"<?php /* @escapeNotVerified */ echo __("Are you sure you want to remove this product from your Wish List?") ?>",
1817
"addAllToCartUrl":<?php /* @escapeNotVerified */ echo $block->getAddAllToCartParams(); ?>,
1918
"commentString":""},
2019
"validation": {}}' action="<?php /* @escapeNotVerified */ echo $block->getUrl('wishlist/index/update', ['wishlist_id' => $block->getWishlistInstance()->getId()]) ?>" method="post">

0 commit comments

Comments
 (0)