Index: modules/taxonomy/taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.398
diff -u -p -r1.398 taxonomy.module
--- modules/taxonomy/taxonomy.module	23 Nov 2007 13:34:55 -0000	1.398
+++ modules/taxonomy/taxonomy.module	26 Nov 2007 01:17:38 -0000
@@ -141,9 +141,10 @@ function taxonomy_menu() {
     'file' => 'taxonomy.admin.inc',
   );
 
-  $items['taxonomy/term'] = array(
+  $items['taxonomy/term/%'] = array(
     'title' => 'Taxonomy term',
     'page callback' => 'taxonomy_term_page',
+    'page arguments' => array(2),
     'access arguments' => array('access content'),
     'type' => MENU_CALLBACK,
     'file' => 'taxonomy.pages.inc',
