Closed (duplicate)
Project:
Custom Breadcrumbs
Version:
7.x-1.0-alpha1
Component:
custom_breadcrumbs
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2011 at 10:13 UTC
Updated:
26 Apr 2011 at 13:37 UTC
Hi, I'm using the following configuration in my custom breads:
Title:
[node:menu-link:parent:parent:parent:parent:title]
[node:menu-link:parent:parent:parent:title]
[node:menu-link:parent:parent:title]
[node:menu-link:parent:title]
[current-page:title]
Paths:
[node:menu-link:parent:parent:parent:parent:url:alias]
[node:menu-link:parent:parent:parent:url:alias]
[node:menu-link:parent:parent:url:alias]
[node:menu-link:parent:url:alias]
[current-page:url:alias]
Everything is fine (except the poor amount of parents), but when there is a "" quotes in the title - module shows them like ", any idea how to fix that please?
Comments
Comment #1
dartdev commentedWell, you got the idea from the title...
Comment #2
jenpasch commented"How to keep CB from converting path symbols" - http://drupal.org/node/1101074
Same issue in d7 CB as in D6.
Just tried updating to latest dev version and the problem of double escaped characters continues...
The issue is (for me) not specific to node title, but to entities in the path text
Comment #3
MGN commentedI believe this is a duplicate of #1059124: Decode HTML entities in title (D7)
Comment #4
jenpasch commentedyea! thanks!