parent
2ec36667eb
commit
a83ab2c7cb
|
@ -192,7 +192,7 @@ class NavigationItemRenderer
|
|||
$content = sprintf(
|
||||
'<a%s href="%s"%s>%s</a>',
|
||||
$this->view()->propertiesToString($item->getAttributes()),
|
||||
$url,
|
||||
$this->view()->escape($url),
|
||||
$this->renderTargetAttribute(),
|
||||
$label
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue