Skip to content

Commit df3e5eb

Browse files
author
Oleksii Korshenko
authored
MAGETWO-86448: Default Welcome message is broken on storefront with enabled translate-inline #13038
2 parents 6b47e2b + 3b17a22 commit df3e5eb

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
@@ -19,7 +19,7 @@ $welcomeMessage = $block->getWelcome();
1919
</span>
2020
<!-- /ko -->
2121
<!-- ko ifnot: customer().fullname -->
22-
<span data-bind='html:"<?= $block->escapeHtmlAttr($welcomeMessage) ?>"'></span>
22+
<span data-bind='html:"<?= $block->escapeHtml($welcomeMessage) ?>"'></span>
2323
<?= $block->getBlockHtml('header.additional') ?>
2424
<!-- /ko -->
2525
</li>

0 commit comments

Comments
 (0)