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 49d927d commit c922caaCopy full SHA for c922caa
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->escapeHtmlAttr($welcomeMessage) ?>"'></span>
+ data-bind='text: "<?= $escaper->escapeHtml($welcomeMessage) ?>"'></span>
23
<?= $block->getBlockHtml('header.additional') ?>
24
25
</li>
0 commit comments