From 01b4583a017c1a5d14f7d3d64864382081d16a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 21 Nov 2007 09:37:07 +0000 Subject: #164330 follow up by webernet and Crell: remove XHTML invalidating ID attribute on links, where the classes are enough to identify them --- includes/menu.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') 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; } -- cgit v1.2.3