--- spam.module	2007-02-20 03:09:48.000000000 +0800
+++ /opt/www/drupal-5.1.int.thatsbj.com/sites/all/modules/spam/spam.module	2007-06-06 12:24:23.000000000 +0800
@@ -1327,7 +1327,7 @@ function theme_spam_link($content, $type
   }
   else if ($p->probability < variable_get('spam_threshold', 80)) {
     if ($access) {
-      $output['spam-probability'] = array('title' => t('not spam') . ($display ? $display_text : ''));
+      $output['spam-probability'] = array('title' => t('not spam') . ($display ? $display_text : ''), 'html' => TRUE);
     }
     if ($admin) {
       $output['spam-spam'] = $spam;
@@ -1335,7 +1335,7 @@ function theme_spam_link($content, $type
   }
   else {
     if ($access) {
-      $output['spam-probability'] = array('title' => t('spam') . ($display ? $display_text : ''));
+      $output['spam-probability'] = array('title' => t('spam') . ($display ? $display_text : ''), 'html' => TRUE);
     }
     if ($admin) {
       $output['spam-notspam'] = $notspam;
