Closed (outdated)
Project:
Custom Breadcrumbs
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2008 at 21:18 UTC
Updated:
16 May 2025 at 22:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
MGN commentedThanks for the idea. An alternative solution would be to use decode_entities($title) (see http://api.drupal.org/api/function/decode_entities ). Older sites still running php4 will have problems with html_entity_decode producing a warning something like "cannot yet handle MBCS in html_entity_decode" but decode_entities from the drupal 6 api seems to work fine.
Comment #2
MGN commentedThis has been implemented in custom breadcrumbs 6.x-2.x-dev.
Comment #4
herve commentedA patch for the same bug in D7 version of the custom breadcrumbs module.
Comment #5
herve commentedUpdate the status to patch the D7 version.
Comment #6
jvandooren commentedPatch works great for D7.
Comment #7
dkre commentedThanks for the patch Herve.
Comment #8
colanIs this still needed in the 7.x-2.x branch?
Comment #9
aangel commented