I have a website with a single quote in its breadcrumb title:
Something's fishy with China algae plant
This was being displayed as:
Something's fishy with China algae plant
In custom_breadcrumb.module's custom_breadcrumb_nodeapi(), I added the html decode in the following line:
$trail[] = l(html_entity_decode($title, ENT_QUOTES, 'UTF-8'), trim($paths[$i]));
This fixed the problem nicely.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.