Index: contrib/apachesolr_commentsearch/apachesolr_commentsearch.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_commentsearch/Attic/apachesolr_commentsearch.module,v
retrieving revision 1.1.2.8
diff -u -p -r1.1.2.8 apachesolr_commentsearch.module
--- contrib/apachesolr_commentsearch/apachesolr_commentsearch.module	4 Jan 2010 13:38:53 -0000	1.1.2.8
+++ contrib/apachesolr_commentsearch/apachesolr_commentsearch.module	5 Jan 2010 23:02:34 -0000
@@ -59,7 +59,7 @@ function apachesolr_commentsearch_node_t
     $document->changed = apachesolr_date_iso($node->changed);
     $last_change = (isset($node->last_comment_timestamp) && $node->last_comment_timestamp > $node->changed) ? $node->last_comment_timestamp : $node->changed;
     $document->last_comment_or_change = apachesolr_date_iso($last_change);
-    $document->name = htmlspecialchars(html_entity_decode($comment->name, ENT_NOQUOTES, 'UTF-8'), ENT_NOQUOTES, 'UTF-8');
+    $document->name = $comment->name;
     $path = "node/{$node->nid}";
     $document->url = url($path, array('absolute' => TRUE, 'fragment' => "comment-{$comment->cid}"));
     $document->path = $path;
