Index: taxonomy_export.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_export/taxonomy_export.module,v
retrieving revision 1.1.4.2
diff -b -u -p -r1.1.4.2 taxonomy_export.module
--- taxonomy_export.module	24 Aug 2010 14:45:13 -0000	1.1.4.2
+++ taxonomy_export.module	15 Sep 2010 18:40:35 -0000
@@ -37,6 +37,7 @@ function taxonomy_export_menu() {
     'page arguments' => array('taxonomy_export_import'),
     'access arguments' => array('administer taxonomy'),
     'file' => 'taxonomy_export.pages.inc',
+    'type' => MENU_LOCAL_TASK,
   );
   $items['admin/content/taxonomy/export'] = array(
     'title' => t('Export'),
@@ -45,6 +46,7 @@ function taxonomy_export_menu() {
     'page arguments' => array('taxonomy_export_export'),
     'access arguments' => array('administer taxonomy'),
     'file' => 'taxonomy_export.pages.inc',
+    'type' => MENU_LOCAL_TASK,
   );
 
   return $items;
