Closed (fixed)
Project:
Custom Breadcrumbs
Version:
7.x-1.0-alpha1
Component:
custom_breadcrumbs
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2011 at 21:31 UTC
Updated:
29 Oct 2012 at 21:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
MGN commentedThanks. The fix has now been committed to 7.x-1.x-dev.
Comment #3
blenny commentedcustom breadcrumb
pancakes?uid=[node:author:name]becomespancakes%3Fuid%3Dadmin. Was the fix supposed to correct this or am I doing something wrong?Comment #4
RedTop commentedIssue seems only partially fixed, [node:title] shows "&" in breadcrumb after fix but still links to &, breaking the link...both 7.x-1.x-dev and 7.x-2.x-devApologies, please disregard. My bad for not knowing how to use Custom Breadcrumbs properly. Shouldn't have used [node:title] both as title and path. Silly me.
Comment #5
RedTop commentedclosing again.
Comment #6
raychaser commentedWe're not quite ready to upgrade to a dev version and we just need the HTML entity decode so here is that patch.
Comment #7
realityloop commentedCleaner patch due to hunk failure with patch from #6
Comment #8
klidifia commentedI have just left everything as is and on page.tpl.php have decoded it there like so:
print html_entity_decode($breadcrumb);