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