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 c0ac05f commit 6480dabCopy full SHA for 6480dab
view/adminhtml/templates/ui/tooltip.phtml
@@ -1,6 +1,8 @@
1
+<?php /** @var \Magento\Framework\Escaper $escaper */
2
+?>
3
<div class="algoliasearch-tooltip admin__field-tooltip">
4
<a class="admin__field-tooltip-action action-help" target="_blank" tabindex="1" href="#"></a>
5
<div class="admin__field-tooltip-content">
- <?php echo $block->getMessage() ?>
6
+ <?= $escaper->escapeHtml($block->getMessage()) ?>
7
</div>
8
0 commit comments