From a3a420c3e6f3805a91448c877a8a423f7232198c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 12 Oct 2008 06:27:06 +0000 Subject: Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. --- modules/taxonomy/taxonomy.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc index e72c8a207..6e6b9af2b 100644 --- a/modules/taxonomy/taxonomy.pages.inc +++ b/modules/taxonomy/taxonomy.pages.inc @@ -112,7 +112,7 @@ function theme_taxonomy_term_page($tids, $result) { */ function taxonomy_term_edit($term) { if (isset($term)) { - drupal_set_title($term->name); + drupal_set_title(check_plain($term->name)); return drupal_get_form('taxonomy_form_term', taxonomy_vocabulary_load($term->vid), (array)$term); } return drupal_not_found(); -- cgit v1.2.3