From 27d90b64023cea588932282b1290325d14c3d26d Mon Sep 17 00:00:00 2001
From: Moritz Strohm <strohm@data-quest.de>
Date: Thu, 20 Jan 2022 15:34:31 +0000
Subject: [PATCH] second fix for BIESt #441

---
 templates/shared/action-menu.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/shared/action-menu.php b/templates/shared/action-menu.php
index 37ead278227..9c3bf1ddf67 100644
--- a/templates/shared/action-menu.php
+++ b/templates/shared/action-menu.php
@@ -1,6 +1,6 @@
 <? // class "action-menu" will be set from API ?>
 <nav <?= arrayToHtmlAttributes($attributes) ?> aria-role="presentation">
-    <a class="action-menu-icon" aria-expanded="false" title="<?= _('Aktionsmenü') ?>" href="#">
+    <a class="action-menu-icon" aria-role="button" aria-expanded="false" title="<?= _('Aktionsmenü') ?>" href="#">
         <div></div>
         <div></div>
         <div></div>
-- 
GitLab