Index: apachesolr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.module,v
retrieving revision 1.1.2.12.2.129
diff -u -p -r1.1.2.12.2.129 apachesolr.module
--- apachesolr.module	16 Apr 2009 13:32:38 -0000	1.1.2.12.2.129
+++ apachesolr.module	16 Apr 2009 18:07:43 -0000
@@ -548,7 +548,7 @@ function apachesolr_facet_block($respons
         $querystring = $new_query->get_url_querystring();
       }
       if ($count || $active) {
-        $items[$countsort . ':' . $facet_text] = theme('apachesolr_facet_item', $facet_text, $count, $path, $querystring, $active, $unclick_link, $response->response->numFound, $options);
+        $items[$countsort . '*' . $facet_text] = theme('apachesolr_facet_item', $facet_text, $count, $path, $querystring, $active, $unclick_link, $response->response->numFound, $options);
       }
     }
     // Unless a facet is active only display 2 or more.
