Skip to content

Commit ba48298

Browse files
author
okarpenko
committed
Merge branch 'MAGETWO-38836' of https://github.corp.ebay.com/magento-south/magento2ce into MAGETWO-36960
2 parents 688c402 + da9d40d commit ba48298

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
?>
1111
<?php if ($block->getLink()): ?>
1212
<p style="font-size:12px; line-height:16px; margin:0 0 16px;">
13-
<?php echo __("RSS link to %1's wishlist", $this->helper('Magento\Wishlist\Helper\Data')->getCustomerName()) ?>
13+
<?php echo __("RSS link to %1's wishlist", $block->escapeHtml($this->helper('Magento\Wishlist\Helper\Data')->getCustomerName())) ?>
1414
<br />
1515
<a href="<?php echo $block->getLink(); ?>"><?php echo $block->getLink(); ?></a>
1616
</p>

0 commit comments

Comments
 (0)