diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-06-02 11:14:22 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-06-02 11:14:22 +0000 |
| commit | e6dbf6d15cbafa530b95f4ae5f034c2c1b3ce7b0 (patch) | |
| tree | 888e1d02f162f5dde0c87ce9585dd31ef03c04f4 /templates/tabs.php | |
| parent | 2e48a0c8a0079b0ef73f02d77e2c193c2444d6e8 (diff) | |
remove bogus role, fixes #2646
Closes #2646
Merge request studip/studip!1803
Diffstat (limited to 'templates/tabs.php')
| -rw-r--r-- | templates/tabs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tabs.php b/templates/tabs.php index e5b00a4..47f7069 100644 --- a/templates/tabs.php +++ b/templates/tabs.php @@ -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()) : ?> |
