From efdbb44492afc3e987e75fc6b5ad8961a447d38c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 26 Oct 2008 11:45:11 -0700 Subject: [PATCH] * fix infmessage class display in bugreport.cgi --- Debbugs/CGI/Bugreport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index a01c2de..90cf527 100644 --- a/Debbugs/CGI/Bugreport.pm +++ b/Debbugs/CGI/Bugreport.pm @@ -314,7 +314,7 @@ sub handle_record{ local $_ = $record->{type}; if (/html/) { my ($time) = $record->{text} =~ //; - my $class = $record->{text} =~ /^(?:Acknowledgement|Reply|Information|Report|Notification)/ ? 'infmessage':'msgreceived'; + my $class = $record->{text} =~ /^(?:Acknowledgement|Reply|Information|Report|Notification)/m ? 'infmessage':'msgreceived'; $output .= decode_rfc1522($record->{text}); # Link to forwarded http:// urls in the midst of the report # (even though these links already exist at the top) -- 2.39.2