parent
2ec36667eb
commit
a83ab2c7cb
|
@ -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()),
|
||||||
$url,
|
$this->view()->escape($url),
|
||||||
$this->renderTargetAttribute(),
|
$this->renderTargetAttribute(),
|
||||||
$label
|
$label
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue