diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-12-16 10:04:55 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-12-16 10:04:55 +0000 |
| commit | 6ae35bf49023aba499763e7f45d860162cd5b581 (patch) | |
| tree | 193c274b8e79564106b25681bb9d701f1d30f651 /lib/include | |
| parent | 5a61df26056dcaaf630acb0315672caccc713018 (diff) | |
TIC 1388, closes #1388
Closes #1388
Merge request studip/studip!1161
Diffstat (limited to 'lib/include')
| -rw-r--r-- | lib/include/html_head.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php index a7f2c21..f1108ce 100644 --- a/lib/include/html_head.inc.php +++ b/lib/include/html_head.inc.php @@ -62,3 +62,5 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']); </head> <body id="<?= PageLayout::getBodyElementId() ?>"> + <div id="skip_link_navigation" aria-busy="true"></div> + <?= PageLayout::getBodyElements() ?> |
