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

remove bogus role, fixes #2646

Closes #2646

Merge request studip/studip!1803
parent 2e48a0c8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ foreach (Navigation::getItem("/")->getSubNavigation() as $path => $nav) {
?>
<div class="tabs_wrapper">
<? SkipLinks::addIndex(_('Zweite Navigationsebene'), 'navigation-level-2', 10, false); ?>
<ul id="tabs" role="navigation">
<ul id="tabs">
<? if (!empty($navigation)): ?>
<? foreach ($navigation as $path => $nav) : ?>
<? if ($nav->isVisible()) : ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment