Closed (fixed)
Project:
Path Breadcrumbs
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2012 at 15:11 UTC
Updated:
18 Nov 2012 at 09:44 UTC
The title is escaped by the breadcrumb mechanism of drupal before it is sent to path_breadcrumbs_breadcrumb.
When you use Knockin' in a title, it is modified by the link function. This happens only when PATH_BREADCRUMBS_RICH_SNIPPETS_xxx is not used, for in those cases the $options html key is set to TRUE (already).
My suggestion is to make $options['html'] TRUE by default at the top of the function.
Comments
Comment #0.0
erlendoos commentedmore of the context specified.
Comment #1
spleshkaYou right, I guest $options['html'] => TRUE should be enabled for all breadcrumbs.
Thanks for your report, commited to 7.x-3.x.
Comment #1.0
spleshkatypos