--- interlaced.theme	2007-10-10 14:29:57.000000000 -0300
+++ interlaced.theme	2007-10-10 14:29:02.000000000 -0300
@@ -206,9 +206,7 @@
     $nodedate[] = format_date($node->created, "small");
 
     if (module_exists('taxonomy') && ($taxonomy = taxonomy_link('taxonomy terms', $node))) {
-      foreach ($taxonomy as $taxo) {
-        $nodedate[] = $taxo;
-      }
+	$nodedate[] = theme('links', $taxonomy);
     }
   }
 
