When my taxonomy term has title with quotes (Program "Super User"), my breadcrumb replaces quotes to ":

Home » Program "Super User"

But it shoud be:

Home » Program "Super User"

Comments

spleshka’s picture

Status: Active » Fixed

Thats not a module bug. This is default Drupal behavior for breadcrumbs. But I thought that it would be nice if my module will provide fix for that. So I added new option to the settings "Decode html entities" that solves this problem. Commited at c055c16.

dillix’s picture

@Spleshka, big thanks for that! I will try new version and post here results.

spleshka’s picture

Version: 7.x-2.x-dev » 7.x-2.0-beta8

Looking forward for your comments.

dillix’s picture

Status: Fixed » Closed (fixed)

All works fine now in 7.x-2.0-dev, so I can close this issue.

dillix’s picture

Issue summary: View changes

...