File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
code/Magento/LayeredNavigation/view/frontend/templates/layer
design/frontend/Magento/luma/Magento_LayeredNavigation/templates/layer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
</a>
43
43
<?php else : ?>
44
44
<a class="action remove" href="<?php echo $ _filter ->getRemoveUrl () ?> "
45
- title="<?php echo __ ('Remove ' ) . " " . $ currentFilterName ;?> ">
45
+ title="<?php echo $ block -> escapeHtml ( __ ('Remove ' ) ) . " " . $ currentFilterName ;?> ">
46
46
<span><?php echo __ ('Remove This Item ' ) ?> </span>
47
47
</a>
48
48
<?php endif ; ?>
Original file line number Diff line number Diff line change 40
40
</a>
41
41
<?php else : ?>
42
42
<a class="action remove" href="<?php echo $ _filter ->getRemoveUrl () ?> "
43
- title="<?php echo __ ('Remove ' ) . " " . $ currentFilterName ;?> ">
43
+ title="<?php echo $ block -> escapeHtml ( __ ('Remove ' ) ) . " " . $ currentFilterName ;?> ">
44
44
<span><?php echo __ ('Remove This Item ' ) ?> </span>
45
45
</a>
46
46
<?php endif ; ?>
You can’t perform that action at this time.
0 commit comments