Index: taxonomy_delegate.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_delegate/taxonomy_delegate.module,v
retrieving revision 1.1.4.14
diff -u -p -r1.1.4.14 taxonomy_delegate.module
--- taxonomy_delegate.module	7 Nov 2008 00:21:09 -0000	1.1.4.14
+++ taxonomy_delegate.module	3 Feb 2009 16:26:14 -0000
@@ -370,7 +370,7 @@ function taxonomy_delegate_overview_term
     return drupal_not_found();
   }
 
-  drupal_set_title(t('Terms for !vocab'), array('!vocab' => check_plain($vocabulary->name)));
+  drupal_set_title(t('Terms for %vocab', array('%vocab' => $vocabulary->name)));
   $output = NULL;
 
   if ($vocabulary->tags) {
