Skip to content

Commit

Permalink
welcome-message-or-keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
pareshpansuriya authored and mzeis committed Feb 18, 2018
1 parent 6144c4f commit 7e913f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ($block->isLoggedIn()) {
$dataPostParam = sprintf(" data-post='%s'", $block->getPostParams());
}
?>
<li class="authorization-link" data-label="<?= $block->escapeHtmlAttr(__('or')) ?>">
<li class="authorization-link" data-label="<?= $block->escapeHtml(__('or')) ?>">
<a <?= /* @noEscape */ $block->getLinkAttributes() ?><?= /* @noEscape */ $dataPostParam ?>>
<?= $block->escapeHtml($block->getLabel()) ?>
</a>
Expand Down

0 comments on commit 7e913f1

Please sign in to comment.