From fbffec70730f8247b04d94cdcae6f4971b78b91e Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Tue, 1 Apr 2025 09:03:05 +0000 Subject: prevent php8 warnings on branch 5.5, re #5441 Merge request studip/studip!4083 --- templates/_standard_loginform.php | 4 ++-- templates/loginform.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/_standard_loginform.php b/templates/_standard_loginform.php index 57c9cec..74fd6bb 100644 --- a/templates/_standard_loginform.php +++ b/templates/_standard_loginform.php @@ -44,7 +44,7 @@ $password_tooltip_text = (string)Config::get()->PASSWORD_TOOLTIP_TEXT; autocomplete="current-password" size="20" required - + > @@ -67,7 +67,7 @@ $password_tooltip_text = (string)Config::get()->PASSWORD_TOOLTIP_TEXT; -