Skip to content

Commit

Permalink
Update default.php (#29921)
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Jul 3, 2020
1 parent ce8dfe9 commit eeb7c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/modules/mod_login/tmpl/default.php
Expand Up @@ -141,7 +141,7 @@ class="btn btn-secondary btn-block mt-4 <?= $button['class'] ?? '' ?>"
</form>
<div class="text-center">
<div>
<a href="<?php echo Text::_('MOD_LOGIN_CREDENTIALS_LINK'); ?>" target="_blank" rel="nofollow"
<a href="<?php echo Text::_('MOD_LOGIN_CREDENTIALS_LINK'); ?>" target="_blank" rel="noopener nofollow"
title="<?php echo Text::sprintf('JBROWSERTARGET_NEW_TITLE', Text::_('MOD_LOGIN_CREDENTIALS')); ?>">
<?php echo Text::_('MOD_LOGIN_CREDENTIALS'); ?>
</a>
Expand Down

0 comments on commit eeb7c70

Please sign in to comment.