Skip to content
Snippets Groups Projects
Commit 89c64c37 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3603

Closes #3603

Merge request studip/studip!2496
parent 450224cd
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ $show_hidden_login = false; ...@@ -69,7 +69,7 @@ $show_hidden_login = false;
<li class="login_link"> <li class="login_link">
<? if (is_internal_url($url = $nav->getURL())) : ?> <? if (is_internal_url($url = $nav->getURL())) : ?>
<? SkipLinks::addLink($name_and_title[0], $url) ?> <? 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 : ?> <? else : ?>
<a href="<?= htmlReady($url) ?>" target="_blank" rel="noopener noreferrer"> <a href="<?= htmlReady($url) ?>" target="_blank" rel="noopener noreferrer">
<? endif ?> <? endif ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment