diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-01-03 14:11:12 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-01-03 14:11:12 +0000 |
| commit | 89c64c3705b29bb93cb3bf5a059cce866341bbf7 (patch) | |
| tree | a010f6226ebef61d8d54fe652c66b65b64dff5ac /templates | |
| parent | 450224cd1fbb75bc7ba09b8c24bddc39484575ff (diff) | |
fixes #3603
Closes #3603
Merge request studip/studip!2496
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/loginform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/loginform.php b/templates/loginform.php index deb9768..4be3aa5 100644 --- a/templates/loginform.php +++ b/templates/loginform.php @@ -69,7 +69,7 @@ $show_hidden_login = false; <li class="login_link"> <? if (is_internal_url($url = $nav->getURL())) : ?> <? SkipLinks::addLink($name_and_title[0], $url) ?> - <a href="<?= URLHelper::getLink($url, ['cancel_login' => 1]) ?>" id="<?= $nav->getLinkAttributes()['id'] ?>"> + <a href="<?= URLHelper::getLink($url, ['cancel_login' => 1]) ?>" <?= arrayToHtmlAttributes($nav->getLinkAttributes()) ?>> <? else : ?> <a href="<?= htmlReady($url) ?>" target="_blank" rel="noopener noreferrer"> <? endif ?> |
