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