#164330 follow up by webernet and Crell: remove XHTML invalidating ID attribute on links, where the classes are enough to identify them
parent
f803a82151
commit
01b4583a01
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue