aboutsummaryrefslogtreecommitdiff
path: root/templates/_standard_loginform.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_standard_loginform.php')
-rw-r--r--templates/_standard_loginform.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/_standard_loginform.php b/templates/_standard_loginform.php
index 51fc53b..4ae9f27 100644
--- a/templates/_standard_loginform.php
+++ b/templates/_standard_loginform.php
@@ -43,9 +43,10 @@ $password_tooltip_text = (string)Config::get()->PASSWORD_TOOLTIP_TEXT;
name="password"
autocomplete="current-password"
size="20"
- required>
+ required
+ >
- <i id="password-toggle" tabindex="0" aria-role="button" class="enter-accessible">
+ <i id="password-toggle" tabindex="0" role="button" class="enter-accessible">
<?= Icon::create('visibility-checked')->asImg(20, [
'id ' => 'visible-password',
'title' => _('Passwort anzeigen'),