--- taxonomy_image.module 2010-04-04 13:22:23.000000000 +0300 +++ taxonomy_image.module.new 2010-04-04 13:22:49.000000000 +0300 @@ -62,7 +62,7 @@ function taxonomy_image_display($tid, $t $current->title = strip_tags($current->name); } // Have to dump double quotes for attribute. - $current->title = htmlspecialchars(strip_tags($current->title), ENT_COMPAT); + // $current->title = htmlspecialchars(strip_tags($current->title), ENT_COMPAT); $my_attrs = array( 'width' => $current->width,