--- taxonomy.pages.inc 2011-09-13 23:32:50.000000000 +0200 +++ taxonomy.pages.inc 2011-09-13 23:34:43.388610405 +0200 @@ -14,8 +14,6 @@ * The page content. */ function taxonomy_term_page($term) { + //Added callback to set the right title for the page. + drupal_set_title($term->name); // Build breadcrumb based on the hierarchy of the term. $current = (object) array( 'tid' => $term->tid,