The links in the breadcrumb path are different from the actual url when there are spaces in the address.

I have a sneaking suspicion that it may have something to do with token.

Comments

medden’s picture

I had the same problem, but fixed it by using

node/[node-id]

instead of the node name.

dquakenbush’s picture

It's important for my organization to use the node title in the URL for SEO reasons...

Anyone know why spaces are replaced with "+" instead of something else (would be way handy to use the default defined in Pathauto)? Or at least where to find the code that actually does the substitution? I couldn't find an obvious replacement code in Custom Breadcrumbs, Taxonomy or Token.

wmostrey’s picture

As far as I know url() (and thus l() too) does this, so there's not much you can do but replace that code with the html code for the link. That probably would not be the best way to do this.

dquakenbush’s picture

I wound up taking a different route:

http://drupal.org/node/93500

I construct a complete breadcrumb path based on the URL, which is consistently created via pathauto.

babbage’s picture

Status: Active » Closed (duplicate)