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 7e913f1 commit cbc704dCopy full SHA for cbc704d
app/code/Magento/Customer/view/frontend/templates/account/link/authorization.phtml
@@ -13,7 +13,7 @@ if ($block->isLoggedIn()) {
13
$dataPostParam = sprintf(" data-post='%s'", $block->getPostParams());
14
}
15
?>
16
-<li class="authorization-link" data-label="<?= $block->escapeHtml(__('or')) ?>">
+<li class="authorization-link" data-label="<?= $block->escapeHtmlAttr(__('or')) ?>">
17
<a <?= /* @noEscape */ $block->getLinkAttributes() ?><?= /* @noEscape */ $dataPostParam ?>>
18
<?= $block->escapeHtml($block->getLabel()) ?>
19
</a>
0 commit comments