--- modules/taxonomy/taxonomy.module.orig 2011-01-08 00:22:33.000000000 -0600 +++ modules/taxonomy/taxonomy.module 2011-01-08 00:23:22.000000000 -0600 @@ -1471,7 +1471,7 @@ * The term name to be used as the page title. */ function taxonomy_term_title($term) { - return check_plain($term->name); + return $term->name; } /**