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

sonemonu’s picture

Assigned: Unassigned » sonemonu
Status: Active » Closed (works as designed)

Hi,

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.

1mundus’s picture

Ok, thank you for explaining. I will have to find a workaround to achieve the desired result.