diff --git a/og.module b/og.module index b77701dc8b314531c7e1e3f0e2c9603775310861..d62857e7ee40899c27228cc8b65e8bc799cad279 100644 --- a/og.module +++ b/og.module @@ -1398,9 +1398,6 @@ function og_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) { ), ); } - - $node->body .= '
'. theme('links', $append). '
'; - $node->teaser .= '
'. theme('links', $append). '
'; return $ret; } break;