code for setting breadcrumb is wrong
liquidcms - October 4, 2009 - 23:09
| Project: | OG Forum |
| Version: | 6.x-2.0-rc5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | paulbooker |
| Status: | duplicate |
Jump to:
Description
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
#1
Thanks for the heads up this is a duplicate of the problem @
http://drupal.org/node/585158
Best, Paul