mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
d3ac1b16ee
commit
d79a160547
@ -319,8 +319,7 @@ class NavigationRenderer implements RecursiveIterator, NavigationRendererInterfa
|
|||||||
}
|
}
|
||||||
|
|
||||||
$content = sprintf(
|
$content = sprintf(
|
||||||
'<li id="%s" class="%s">',
|
'<li class="%s">',
|
||||||
$this->view()->escape($item->getUniqueName()),
|
|
||||||
join(' ', $cssClass)
|
join(' ', $cssClass)
|
||||||
);
|
);
|
||||||
return $content;
|
return $content;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user