parent
17d0f7be5e
commit
c7443924bd
|
@ -218,7 +218,7 @@ class NavigationItemRenderer
|
||||||
protected function renderTargetAttribute()
|
protected function renderTargetAttribute()
|
||||||
{
|
{
|
||||||
$target = $this->getItem()->getTarget();
|
$target = $this->getItem()->getTarget();
|
||||||
if ($target === null) {
|
if ($target === null || $this->getItem()->getUrl()->getAbsoluteUrl() == '#') {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue