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.
2 parents 6b47e2b + 3b17a22 commit df3e5ebCopy full SHA for df3e5eb
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