Skip to content

Commit f2446ba

Browse files
committed
MAGETWO-99488: Eliminate @escapeNotVerified in Tax-related Modules
1 parent c62c3c8 commit f2446ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/view/base/templates/pricing/adjustment.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<?php /** @var \Magento\Tax\Pricing\Render\Adjustment $block */ ?>
99

1010
<?php if ($block->displayBothPrices()) : ?>
11-
<span id="<?= /* @noEscape */ $block->buildIdWithPrefix('price-excluding-tax-') ?>"
11+
<span id="<?= $block->escapeHtmlAttr($block->buildIdWithPrefix('price-excluding-tax-')) ?>"
1212
data-label="<?= $block->escapeHtmlAttr(__('Excl. Tax')) ?>"
1313
data-price-amount="<?= /* @noEscape */ $block->getRawAmount() ?>"
1414
data-price-type="basePrice"

0 commit comments

Comments
 (0)