From f288409999f985e3dc345c5147a29a155f52f24d Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Fri, 2 Jun 2023 11:14:22 +0000
Subject: [PATCH] remove bogus role, fixes #2646

Closes #2646

Merge request studip/studip!1803
---
 templates/tabs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/tabs.php b/templates/tabs.php
index e5b00a4d7e6..47f70697a08 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()) : ?>
-- 
GitLab