--- taxonomy_list.module	2007-03-07 20:23:09.000000000 -0800
+++ taxonomy_list.module.fixed	2007-11-06 01:17:34.000000000 -0800
@@ -263,7 +263,7 @@ function _taxonomy_list_get_table($terms
       $cell .= '<div class="taxonomy-list-img-blk" '. ($img_blk_attr ? $img_blk_attr : '') .'>'
 //            .  '<a href="'. base_path() .'taxonomy/term/'. $term->tid .'">'. taxonomy_image_display($term->tid, '') .'</a>'
 //            .  '<a href="'. taxonomy_term_path($term) .'">'. taxonomy_image_display($term->tid, '') .'</a>'
-             .  l(taxonomy_image_display($term->tid, ''), 'taxonomy/term/'. $term->tid)
+             .  l(taxonomy_image_display($term->tid, ''), 'taxonomy/term/'.  $term->tid,NULL , NULL,  NULL,  FALSE, TRUE)
              .  '</div>';
     }
 
