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 7e527d8 commit 60117eeCopy full SHA for 60117ee
app/code/Magento/Theme/view/frontend/templates/js/cookie_status.phtml
@@ -6,7 +6,7 @@
6
?>
7
8
<div id="cookie-status" style="display: none">
9
- <?= __('The store will not work correctly in the case when cookies are disabled.') ?>
+ <?= $block->escapeHtml(__('The store will not work correctly in the case when cookies are disabled.')); ?>
10
</div>
11
12
<script type="text/x-magento-init">
0 commit comments