Skip to content

Commit

Permalink
Navigation: Close the navigation item after all children have been re…
Browse files Browse the repository at this point in the history
…ndererd

refs #5543
  • Loading branch information
lippserd committed Sep 27, 2015
1 parent 705432b commit 2996cb7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -120,6 +120,7 @@ public function beginChildren()
public function endChildren()
{
$this->content[] = $this->getInnerIterator()->endChildrenMarkup();
$this->content[] = $this->getInnerIterator()->endItemMarkup();
}

/**
Expand Down

0 comments on commit 2996cb7

Please sign in to comment.