? 273784_commentmail_subject_has_htmlentities.patch
Index: commentmail.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/commentmail/commentmail.module,v
retrieving revision 1.15
diff -u -p -r1.15 commentmail.module
--- commentmail.module	22 Jun 2008 15:56:23 -0000	1.15
+++ commentmail.module	24 Oct 2008 07:06:05 -0000
@@ -259,7 +259,7 @@ function commentmail_comment($comment, $
           drupal_mail(
             'commentmail-notify-'. $comment_obj->cid,
             $recipient,
-            t('[@site] New Comment posted on "@title"', array('@title' => check_plain($node->title), '@site' => variable_get('site_name', 'Drupal'))),
+            t('[!site] New Comment posted on "!title"', array('!title' => $node->title, '!site' => variable_get('site_name', 'Drupal'))),
             $body,
             variable_get('site_mail', NULL)
           );
