? drupalorg-patch-1.patch ? x Index: branches.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/drupalorg/blocks_and_nodes/branches.module,v retrieving revision 1.1 diff -u -F^f -r1.1 branches.module --- branches.module 1 Jul 2008 21:06:47 -0000 1.1 +++ branches.module 1 Jul 2008 22:16:49 -0000 @@ -3,14 +3,16 @@ function branches_nodeapi(&$node, $op = 'view', $teaser = FALSE, $page = FALSE) { if ($op == 'view' && $page) { + $extra = ''; switch ($node->nid) { case 97084: - $node->body .= branches_body_contrib(); + $extra = branches_body_contrib(); return; case 93997: - $node->body .= branches_body_core(); + $extra = branches_body_core(); return; } + $node->content['body']['#value'] .= $extra; } } @@ -28,7 +30,6 @@ function branches_body_contrib() { } function branches_body_core() { - $output = '