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

remove bogus role, fixes #2646

Closes #2646

Merge request studip/studip!1803
parent ed39d159
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ foreach (Navigation::getItem("/")->getSubNavigation() as $path => $nav) { ...@@ -8,7 +8,7 @@ foreach (Navigation::getItem("/")->getSubNavigation() as $path => $nav) {
?> ?>
<div class="tabs_wrapper"> <div class="tabs_wrapper">
<? SkipLinks::addIndex(_('Zweite Navigationsebene'), 'navigation-level-2', 10, false); ?> <? SkipLinks::addIndex(_('Zweite Navigationsebene'), 'navigation-level-2', 10, false); ?>
<ul id="tabs" role="navigation"> <ul id="tabs">
<? if (!empty($navigation)): ?> <? if (!empty($navigation)): ?>
<? foreach ($navigation as $path => $nav) : ?> <? foreach ($navigation as $path => $nav) : ?>
<? if ($nav->isVisible()) : ?> <? if ($nav->isVisible()) : ?>
......
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