Navigation: Close the navigation item after all children have been rendererd

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-27 15:43:49 +02:00
parent 705432b5fb
commit 2996cb77ab
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class RecursiveNavigationRenderer extends RecursiveIteratorIterator implements N
public function endChildren()
{
$this->content[] = $this->getInnerIterator()->endChildrenMarkup();
$this->content[] = $this->getInnerIterator()->endItemMarkup();
}
/**