#164330 follow up by webernet and Crell: remove XHTML invalidating ID attribute on links, where the classes are enough to identify them

6.x
Gábor Hojtsy 2007-11-21 09:37:07 +00:00
parent f803a82151
commit 01b4583a01
1 changed files with 0 additions and 1 deletions

View File

@ -1132,7 +1132,6 @@ function menu_navigation_links($menu_name, $level = 0) {
$l = $item['link']['options'];
$l['href'] = $item['link']['href'];
$l['title'] = $item['link']['title'];
$l['attributes']['id'] = $item['link']['mlid'];
// Keyed with unique menu id to generate classes from theme_links().
$links['menu-'. $item['link']['mlid']] = $l;
}