Skip to content

Commit cbc704d

Browse files
committed
Revert "welcome-message-or-keyword"
This reverts commit 7e913f1.
1 parent 7e913f1 commit cbc704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/templates/account/link/authorization.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ($block->isLoggedIn()) {
1313
$dataPostParam = sprintf(" data-post='%s'", $block->getPostParams());
1414
}
1515
?>
16-
<li class="authorization-link" data-label="<?= $block->escapeHtml(__('or')) ?>">
16+
<li class="authorization-link" data-label="<?= $block->escapeHtmlAttr(__('or')) ?>">
1717
<a <?= /* @noEscape */ $block->getLinkAttributes() ?><?= /* @noEscape */ $dataPostParam ?>>
1818
<?= $block->escapeHtml($block->getLabel()) ?>
1919
</a>

0 commit comments

Comments
 (0)