Index: taxonomy_list.module =================================================================== RCS file: /cvs/drupal/contributions/modules/taxonomy_list/taxonomy_list.module,v retrieving revision 1.6.2.1 diff -u -r1.6.2.1 taxonomy_list.module --- taxonomy_list.module 23 Nov 2006 02:37:10 -0000 1.6.2.1 +++ taxonomy_list.module 7 Feb 2007 00:52:08 -0000 @@ -241,12 +241,12 @@ if ( $module_ok && $show_image ) { $cell .= '
' - . ''. taxonomy_image_display($term->tid, '') .'' + . ''. taxonomy_image_display($term->tid, '') .'' . '
'; } $cell .= '
' - . '
'. t($term->name) .'
' + . '
'. t($term->name) .'
' . '
'. t($term->description) .'
' . '
';