diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2025-12-03 08:50:10 +0100 |
|---|---|---|
| committer | Ron Lucke <lucke@elan-ev.de> | 2025-12-03 08:50:10 +0100 |
| commit | d189fc4526e5eef96eebde8c224e19aa25ec990a (patch) | |
| tree | 32307bf5764e43b82696391fdf4d03c4a8dcf925 | |
| parent | 23192b8b50cf6847d763202eef56f3e83bb9168c (diff) | |
Invalides html im action-menu
Closes #6067
Merge request studip/studip!4620
| -rw-r--r-- | templates/shared/action-menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/action-menu.php b/templates/shared/action-menu.php index 43714aa..0119e40 100644 --- a/templates/shared/action-menu.php +++ b/templates/shared/action-menu.php @@ -60,7 +60,7 @@ 'class' => 'action-menu-item-icon', 'name' => $action['name'], 'title' => $action['label'], - ]) ?> + ], true) ?> <?= htmlReady($action['label']) ?> </label> <? else: ?> |
