Skip to content

Commit 6480dab

Browse files
committed
phpcs error fix
1 parent c0ac05f commit 6480dab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<?php /** @var \Magento\Framework\Escaper $escaper */
2+
?>
13
<div class="algoliasearch-tooltip admin__field-tooltip">
24
<a class="admin__field-tooltip-action action-help" target="_blank" tabindex="1" href="#"></a>
35
<div class="admin__field-tooltip-content">
4-
<?php echo $block->getMessage() ?>
6+
<?= $escaper->escapeHtml($block->getMessage()) ?>
57
</div>
68
</div>

0 commit comments

Comments
 (0)