Index: extensions/typetags/main.inc.php
===================================================================
--- extensions/typetags/main.inc.php	(revision 15149)
+++ extensions/typetags/main.inc.php	(revision 15733)
@@ -27,5 +27,5 @@
 
 // tags everywhere
-if ($conf['TypeTags']['show_all'])
+if ( $conf['TypeTags']['show_all'] and script_basename() != 'tags' )
 {
   add_event_handler('render_tag_name', 'typetags_render', 0);
