this linw:
$breadcrumb[] = l(t("@title", array('@title' => $node->title)), 'node/'. $node->nid);
in the function og_forum_set_breadcrumb()
is incorrect.
It leave's html entities showing like this:
Home » Communities » Public Health Educators' Network (PHEN) » Forums » Discussion forum
Comments
Comment #1
Anonymous (not verified) commentedThanks for the heads up this is a duplicate of the problem @
http://drupal.org/node/585158
Best, Paul