--- taxonomy_menu_path_custom/taxonomy_menu_path_custom.module	2009-12-14 12:46:53.000000000 -0800
+++ taxonomy_menu_path_custom/taxonomy_menu_path_custom.module.new	2009-12-14 12:49:42.000000000 -0800
@@ -95,5 +95,5 @@ function taxonomy_menu_path_custom_path(
     $path = $base_path .'/'. implode(' ',$names);
   }
   
-  return $path;
+  return rtrim($path, '/');
 }
\ No newline at end of file
