Skip to content

Commit

Permalink
Revert "welcome-message-or-keyword"
Browse files Browse the repository at this point in the history
This reverts commit 7e913f1.
  • Loading branch information
mzeis authored and dimonovp committed Mar 19, 2018
1 parent 0610449 commit 5367c47
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->escapeHtml(__('or')) ?>">
<li class="authorization-link" data-label="<?= $block->escapeHtmlAttr(__('or')) ?>">
<a <?= /* @noEscape */ $block->getLinkAttributes() ?><?= /* @noEscape */ $dataPostParam ?>>
<?= $block->escapeHtml($block->getLabel()) ?>
</a>
Expand Down

0 comments on commit 5367c47

Please sign in to comment.