Closed (works as designed)
Project:
Easy Breadcrumb
Version:
7.x-1.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jun 2012 at 13:07 UTC
Updated:
25 Jun 2012 at 17:18 UTC
Hi,
I have noticed that punctuation marks in the titles get deleted. E. g. if i Have "Example" node nested in terms "One" and "Two - three (four) this is displayed:
Home > One > Two three four > Example
Instead of:
Home > One > Two > three (four) > Example
I guess there is some filter used to remove them, but in my opinion this shouldn't be default behavior.
Btw., thank you for such a great and simple module!
Comments
Comment #1
sonemonu commentedHi,
As documentations points out, Easy Breadcrumb do uses the current URL for building the breadcrumbs, in short, it extracts the breadcrumbs from the URL's segments. Now, probably your URL is being something like "one/two-three-four/example" and not "one/two-three-(four)/example".
Please note breadcrumbs are directly related to your friendly and semantic URLs.
Comment #2
1mundus commentedOk, thank you for explaining. I will have to find a workaround to achieve the desired result.