diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-21 09:37:07 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-21 09:37:07 +0000 |
commit | 01b4583a017c1a5d14f7d3d64864382081d16a59 (patch) | |
tree | 2c05d1032ef71932b49fd84e02f7d7e9e7e0111f | |
parent | f803a821513e6f3bbb5d06c570f1d4c288296b5e (diff) | |
download | brdo-01b4583a017c1a5d14f7d3d64864382081d16a59.tar.gz brdo-01b4583a017c1a5d14f7d3d64864382081d16a59.tar.bz2 |
#164330 follow up by webernet and Crell: remove XHTML invalidating ID attribute on links, where the classes are enough to identify them
-rw-r--r-- | includes/menu.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index 1fb8b972d..ef45b4e32 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -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; } |