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

erlendoos’s picture

Issue summary: View changes

more of the context specified.

spleshka’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Status: Active » Closed (fixed)

You right, I guest $options['html'] => TRUE should be enabled for all breadcrumbs.

Thanks for your report, commited to 7.x-3.x.

spleshka’s picture

Issue summary: View changes

typos