--- c:\!web\sites\common\drupal\modules\site_map\site_map_1.module	2005-04-27 11:58:50.000000000 -0700
+++ c:\!web\sites\common\drupal\modules\site_map\site_map.module	2005-06-02 18:58:29.603857600 -0700
@@ -135,7 +135,7 @@
     // Display the $term.  If $term->count exists, show the count too.
     //
     $output .= '<li>';
-    $output .= l(check_plain($term->name), 'taxonomy/term/'. $term->tid, array('title' => $term->description));
+    $output .= l(check_plain($term->name), 'taxonomy/term/'. $term->tid, array('title' => $term->description), NULL, NULL, FALSE, TRUE);
     if ($show_rss_links) {
       $output = $output . ' <span class="rss">' . l(t('RSS'), "taxonomy/term/{$term->tid}/{$rss_depth}/feed") . '</span>';
     }
@@ -167,4 +167,4 @@
   return '<div class="site_map">'.$output.'</div>';
 }
 
-?>
+?>
\ No newline at end of file
