Navigation: Close the navigation item after all children have been rendererd
refs #5543
This commit is contained in:
parent
705432b5fb
commit
2996cb77ab
|
@ -120,6 +120,7 @@ class RecursiveNavigationRenderer extends RecursiveIteratorIterator implements N
|
||||||
public function endChildren()
|
public function endChildren()
|
||||||
{
|
{
|
||||||
$this->content[] = $this->getInnerIterator()->endChildrenMarkup();
|
$this->content[] = $this->getInnerIterator()->endChildrenMarkup();
|
||||||
|
$this->content[] = $this->getInnerIterator()->endItemMarkup();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue