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 f8fef9b commit 148c63cCopy full SHA for 148c63c
app/design/frontend/Magento/luma/Magento_LayeredNavigation/templates/layer/state.phtml
@@ -40,7 +40,7 @@
40
</a>
41
<?php else : ?>
42
<a class="action remove" href="<?= $block->escapeUrl($_filter->getRemoveUrl()) ?>"
43
- title="<?= $block->escapeHtmlAttr(__('Remove')) . " " . $currentFilterName ?>">
+ title="<?= /* @noEscape */ $block->escapeHtmlAttr(__('Remove')) . " " . $currentFilterName ?>">
44
<span><?= $block->escapeHtml(__('Remove This Item')) ?></span>
45
46
<?php endif; ?>
0 commit comments