Closed (fixed)
Project:
Path Breadcrumbs
Version:
7.x-2.0-beta8
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2012 at 19:49 UTC
Updated:
10 Jun 2012 at 20:43 UTC
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
Comment #1
spleshkaThats 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.
Comment #2
dillix commented@Spleshka, big thanks for that! I will try new version and post here results.
Comment #3
spleshkaLooking forward for your comments.
Comment #4
dillix commentedAll works fine now in 7.x-2.0-dev, so I can close this issue.
Comment #4.0
dillix commented...