Skip to content

Commit 148c63c

Browse files
committed
MC-18211: Finalize @escapeNotVerified elimination
1 parent f8fef9b commit 148c63c

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_LayeredNavigation/templates/layer

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/luma/Magento_LayeredNavigation/templates/layer/state.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</a>
4141
<?php else : ?>
4242
<a class="action remove" href="<?= $block->escapeUrl($_filter->getRemoveUrl()) ?>"
43-
title="<?= $block->escapeHtmlAttr(__('Remove')) . " " . $currentFilterName ?>">
43+
title="<?= /* @noEscape */ $block->escapeHtmlAttr(__('Remove')) . " " . $currentFilterName ?>">
4444
<span><?= $block->escapeHtml(__('Remove This Item')) ?></span>
4545
</a>
4646
<?php endif; ?>

0 commit comments

Comments
 (0)