aboutsummaryrefslogtreecommitdiff
path: root/templates/tabs.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-06-02 11:14:22 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-06-02 11:14:22 +0000
commite6dbf6d15cbafa530b95f4ae5f034c2c1b3ce7b0 (patch)
tree888e1d02f162f5dde0c87ce9585dd31ef03c04f4 /templates/tabs.php
parent2e48a0c8a0079b0ef73f02d77e2c193c2444d6e8 (diff)
remove bogus role, fixes #2646
Closes #2646 Merge request studip/studip!1803
Diffstat (limited to 'templates/tabs.php')
-rw-r--r--templates/tabs.php2
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()) : ?>