We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 688c402 + da9d40d commit ba48298Copy full SHA for ba48298
app/code/Magento/Wishlist/view/frontend/templates/rss/email.phtml
@@ -10,7 +10,7 @@
10
?>
11
<?php if ($block->getLink()): ?>
12
<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()) ?>
+ <?php echo __("RSS link to %1's wishlist", $block->escapeHtml($this->helper('Magento\Wishlist\Helper\Data')->getCustomerName())) ?>
14
<br />
15
<a href="<?php echo $block->getLink(); ?>"><?php echo $block->getLink(); ?></a>
16
</p>
0 commit comments