I have a site that uses breadcrumbs. The id that is generated by this module appears twice, once for the breadcrumb and once for the menu item in the Primary Links menu. Thus, validation fails when I submit the website to http://validator.w3.org/.

Comments

new_B’s picture

Title: Site with Breadcrumbs and Menu Result in Duplicated ID » Site with Breadcrumbs Result in Duplicated ID
Dave Reid’s picture

Category: bug » support
Status: Active » Fixed

Then you probably need to reconsider using an ID with your link as links can be output more than once on a page.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Ludo.R’s picture

Version: 6.x-1.4 » 7.x-1.0-rc2
Category: support » bug
Status: Closed (fixed) » Active

This happens for Drupal 7.x too.

Is it by design or can we do somehting for it?

joelpittet’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

It's by design, not sure we can target all the specific menus or breadcrumbs from the UI. You may need to get clever with a hook for breadcrumb link rendering to modify the IDs.