We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b676235 commit 9868fefCopy full SHA for 9868fef
src/WebApp/BootstrapTheme/MmenuLayout.php
@@ -135,7 +135,7 @@ protected function renderMenuItem($item, $level) {
135
if ($level == 0) {
136
$icon = $item->getIcon();
137
if ($icon == NULL) $icon = '';
138
- $icon = '<span class="mmenu-icon">'.$icon.'</span>';
+ $icon = '<span class="mmenu-icon" title="'.htmlentities($item->getLabel()).'">'.$icon.'</span>';
139
}
140
141
if ($link != NULL) {
0 commit comments