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 f5004d3 commit 05ab242Copy full SHA for 05ab242
app/code/Magento/Theme/view/frontend/templates/html/header.phtml
@@ -19,7 +19,7 @@ $welcomeMessage = $block->getWelcome();
19
<!-- /ko -->
20
<!-- ko ifnot: customer().fullname -->
21
<span class="not-logged-in"
22
- data-bind="html: "<?= $escaper->escapeHtml($welcomeMessage) ?>"></span>
+ data-bind="html: '<?= $escaper->escapeHtmlAttr($welcomeMessage) ?>'"></span>
23
<?= $block->getBlockHtml('header.additional') ?>
24
25
</li>
0 commit comments