Skip to content

Commit

Permalink
Navigation: Disable ids on li for the moment
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 27, 2015
1 parent d3ac1b1 commit d79a160
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -319,8 +319,7 @@ public function beginItemMarkup(NavigationItem $item)
}

$content = sprintf(
'<li id="%s" class="%s">',
$this->view()->escape($item->getUniqueName()),
'<li class="%s">',
join(' ', $cssClass)
);
return $content;
Expand Down

0 comments on commit d79a160

Please sign in to comment.