Index: modules/taxonomy.module =================================================================== RCS file: /cvs/drupal/drupal/modules/taxonomy.module,v retrieving revision 1.169 diff -u -r1.169 taxonomy.module --- modules/taxonomy.module 19 Jan 2005 16:22:52 -0000 1.169 +++ modules/taxonomy.module 22 Jan 2005 23:54:26 -0000 @@ -395,7 +395,7 @@ $blank = '<'. t('none') .'>'; } - return _taxonomy_term_select($vocabulary->name, $name, $value, $vid, $help, intval($vocabulary->multiple), $blank); + return '
' . _taxonomy_term_select($vocabulary->name, $name, $value, $vid, $help, intval($vocabulary->multiple), $blank) . (user_access('administer taxonomy') ? ' ' . l(t('administer'), 'admin/taxonomy') : '') . '
'; } /**