mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
41a8c75a4f
commit
9ef78e6856
@ -192,7 +192,7 @@ class NavigationItemRenderer
|
|||||||
$content = sprintf(
|
$content = sprintf(
|
||||||
'<a%s href="%s"%s>%s</a>',
|
'<a%s href="%s"%s>%s</a>',
|
||||||
$this->view()->propertiesToString($item->getAttributes()),
|
$this->view()->propertiesToString($item->getAttributes()),
|
||||||
$this->view()->escape($url),
|
$this->view()->escape($url->getAbsoluteUrl('&')),
|
||||||
$this->renderTargetAttribute(),
|
$this->renderTargetAttribute(),
|
||||||
$label
|
$label
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user