Skip to content

Commit 668dd3d

Browse files
committed
MC-23989: Mini cart missing when you edit inline welcome message for guest and use special characters
1 parent 2e2af0a commit 668dd3d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Theme/view/frontend/templates/html

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/html/header.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $welcomeMessage = $block->getWelcome();
1818
<!-- /ko -->
1919
<!-- ko ifnot: customer().fullname -->
2020
<span class="not-logged-in"
21-
data-bind='html:"<?= $block->escapeHtml($welcomeMessage) ?>"'></span>
21+
data-bind="html: '<?= $block->escapeHtml($welcomeMessage) ?>'"></span>
2222
<?= $block->getBlockHtml('header.additional') ?>
2323
<!-- /ko -->
2424
</li>

0 commit comments

Comments
 (0)