Closed (outdated)
Project:
Custom Breadcrumbs
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 15:52 UTC
Updated:
17 Jul 2020 at 09:34 UTC
Jump to comment: Most recent
Comments
Comment #1
msmithcti commentedThanks for posting this solution - I needed a few more strings replacing so used the following code:
In the same place as above.
I'm not sure this is the best solution - is there a reason quotes etc. are being replaced by their HTML entity codes in the first place?
Comment #2
lemming commentedThis issue is also related to and resovled here (with a broader fix):
http://drupal.org/node/1446350
I also recommend avoiding the numerous fixes that encourage you to just decode the outputted result.
Comment #3
lemming commentedI retract some of point #2, I've seen some suggestions where the call to decode HTML occurs before the 2nd encoding call, which should handle these cases correctly.
Comment #4
lamp5Closing this because is outdated. Only 7.2 branch and greater are supported.