Index: contributions/modules/refine_by_taxo/refine_by_taxo.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/refine_by_taxo/refine_by_taxo.module,v retrieving revision 1.5 diff -u -p -r1.5 refine_by_taxo.module --- contributions/modules/refine_by_taxo/refine_by_taxo.module 12 Jan 2007 22:22:57 -0000 1.5 +++ contributions/modules/refine_by_taxo/refine_by_taxo.module 15 Feb 2007 20:45:52 -0000 @@ -139,7 +139,7 @@ function refine_by_taxo_build_body($term $items[] = ''. $term->name .''; } - if (count($items) > 0) { + if (count($items) > 1) { $content = theme('item_list', $items); }