Index: plugins/content_types/node_context/node_comments.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ctools/plugins/content_types/node_context/node_comments.inc,v
retrieving revision 1.2.2.5
diff -u -5 -p -r1.2.2.5 node_comments.inc
--- plugins/content_types/node_context/node_comments.inc	23 Jul 2010 17:47:12 -0000	1.2.2.5
+++ plugins/content_types/node_context/node_comments.inc	10 Sep 2010 20:23:16 -0000
@@ -173,8 +173,8 @@ function ctools_comment_render($node, $c
   for ($i = 0; $i < $divs; $i++) {
     $output .= '</div>';
   }
   $output .= theme('pager', NULL, $comments_per_page, 0);
 
-  return $output;
+  return theme('comment_wrapper', $output, $node);
 }
 
