Skip to content

Commit

Permalink
Default Welcome message is broken on storefront with enabled translat…
Browse files Browse the repository at this point in the history
…e-inline #12711
  • Loading branch information
pareshpansuriya authored and dimonovp committed Mar 19, 2018
1 parent dea8b32 commit 4147b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $welcomeMessage = $block->getWelcome();
</span>
<!-- /ko -->
<!-- ko ifnot: customer().fullname -->
<span data-bind='html:"<?= $block->escapeHtmlAttr($welcomeMessage) ?>"'></span>
<span data-bind='html:"<?= $block->escapeHtml($welcomeMessage) ?>"'></span>
<?= $block->getBlockHtml('header.additional') ?>
<!-- /ko -->
</li>
Expand Down

0 comments on commit 4147b53

Please sign in to comment.