From 9be5654f5cc3e81219fedcdf3e7573b553f1e04b Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 17 Jul 2007 06:46:01 +0000 Subject: [PATCH] #114241 by ahoeben. Consistent page titles for adding and listing terms. --- modules/taxonomy/taxonomy.module | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 02937492b85..55c381a22ac 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -394,6 +394,7 @@ function taxonomy_vocabulary_confirm_delete_submit($form_id, $form_values) { function taxonomy_form_term($vocabulary_id, $edit = array()) { $vocabulary = taxonomy_get_vocabulary($vocabulary_id); + drupal_set_title(check_plain($vocabulary->name)); $form['name'] = array( '#type' => 'textfield',