? SolrPhpClient Index: apachesolr.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.module,v retrieving revision 1.1.2.12.2.155.2.24 diff -u -p -r1.1.2.12.2.155.2.24 apachesolr.module --- apachesolr.module 15 Sep 2009 14:10:25 -0000 1.1.2.12.2.155.2.24 +++ apachesolr.module 15 Sep 2009 14:31:00 -0000 @@ -1654,6 +1654,7 @@ function theme_apachesolr_facet_link($fa $options['attributes']['class'][] = 'active'; } $options['attributes']['class'] = implode(' ', $options['attributes']['class']); + $options['html'] = TRUE; return apachesolr_l($facet_text ." ($count)", $path, $options); }