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 c62c3c8 commit f2446baCopy full SHA for f2446ba
app/code/Magento/Tax/view/base/templates/pricing/adjustment.phtml
@@ -8,7 +8,7 @@
8
<?php /** @var \Magento\Tax\Pricing\Render\Adjustment $block */ ?>
9
10
<?php if ($block->displayBothPrices()) : ?>
11
- <span id="<?= /* @noEscape */ $block->buildIdWithPrefix('price-excluding-tax-') ?>"
+ <span id="<?= $block->escapeHtmlAttr($block->buildIdWithPrefix('price-excluding-tax-')) ?>"
12
data-label="<?= $block->escapeHtmlAttr(__('Excl. Tax')) ?>"
13
data-price-amount="<?= /* @noEscape */ $block->getRawAmount() ?>"
14
data-price-type="basePrice"
0 commit comments