Skip to content

Commit 60117ee

Browse files
#13865 add scapeHtml to popup text
1 parent 7e527d8 commit 60117ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/js/cookie_status.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
?>
77

88
<div id="cookie-status" style="display: none">
9-
<?= __('The store will not work correctly in the case when cookies are disabled.') ?>
9+
<?= $block->escapeHtml(__('The store will not work correctly in the case when cookies are disabled.')); ?>
1010
</div>
1111

1212
<script type="text/x-magento-init">

0 commit comments

Comments
 (0)