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.
1 parent 9186f4a commit 425514bCopy full SHA for 425514b
app/code/Magento/ConfigurableProduct/view/base/templates/product/price/tier_price.phtml
@@ -15,9 +15,9 @@
15
+ '</span>'
16
+ '</span>'; %>
17
<li class="item">
18
- <%= $t('Buy %1 for %2 each and').replace('%1', item.qty).replace('%2', priceStr) %>
+ <%= $t('<?= $block->escapeHtml(__('Buy %1 for %2 each and')) ?>').replace('%1', item.qty).replace('%2', priceStr) %>
19
<strong class="benefit">
20
- <%= $t('save') %><span class="percent tier-<%= key %>"> <%= item.percentage %></span>%
+ <?= $block->escapeHtml(__('save')) ?><span class="percent tier-<%= key %>"> <%= item.percentage %></span>%
21
</strong>
22
</li>
23
<% }); %>
0 commit comments