Index: fivestar_comment.module =================================================================== RCS file: /cvs/drupal/contributions/modules/fivestar/fivestar_comment.module,v retrieving revision 1.5 diff -u -r1.5 fivestar_comment.module --- fivestar_comment.module 11 May 2009 15:56:23 -0000 1.5 +++ fivestar_comment.module 1 Jul 2009 13:34:19 -0000 @@ -141,7 +141,7 @@ $comment->fivestar_view .= theme('fivestar_static', $comment->$fivestar_rating_tag, variable_get('fivestar_stars_'. $node->type, 5)); } } - $comment->comment .= theme('fivestar_comment_view', $comment->comment, $comment->fivestar_view); + $comment->comment = theme('fivestar_comment_view', $comment->comment, $comment->fivestar_view); break; case 'insert': foreach (fivestar_get_tags() as $tag) {