Skip to content

Commit 587447f

Browse files
ENGCOM-3554: Back port pull #19094 #19377
- Merge Pull Request #19377 from agorbulin/magento2:back-port-pull-19094 - Merged commits: 1. f895d4a 2. 74396e1
2 parents c59e602 + 74396e1 commit 587447f

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ConfigurableProduct/view/base/templates/product/price

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/view/base/templates/product/price/tier_price.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
+ '</span>'
1616
+ '</span>'; %>
1717
<li class="item">
18-
<%= $t('Buy %1 for %2 each and').replace('%1', item.qty).replace('%2', priceStr) %>
18+
<%= '<?= $block->escapeHtml(__('Buy %1 for %2 each and')) ?>'.replace('%1', item.qty).replace('%2', priceStr) %>
1919
<strong class="benefit">
20-
<%= $t('save') %><span class="percent tier-<%= key %>">&nbsp;<%= item.percentage %></span>%
20+
<?= $block->escapeHtml(__('save')) ?><span class="percent tier-<%= key %>">&nbsp;<%= item.percentage %></span>%
2121
</strong>
2222
</li>
2323
<% }); %>

0 commit comments

Comments
 (0)