]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI/Bugreport.pm
Reply Sent messages are not informational; they change state.
[debbugs.git] / Debbugs / CGI / Bugreport.pm
index 888a1b37b11fd16bb27139b991d86c7eea8cee2f..fb0ec9c3e8451dc2cfb473846d352dc7277ed22a 100644 (file)
@@ -372,7 +372,7 @@ sub handle_record{
         # $record->{text} is not in perl's internal encoding; convert it
         my $text = decode_rfc1522(decode_utf8(record_text($record)));
          my ($time) = $text =~ /<!--\s+time:(\d+)\s+-->/;
-         my $class = $text =~ /^<strong>(?:Acknowledgement|Reply|Information|Report|Notification)/m ? 'infmessage':'msgreceived';
+         my $class = $text =~ /^<strong>(?:Acknowledgement|Information|Report|Notification)/m ? 'infmessage':'msgreceived';
          $output .= $text;
          # Link to forwarded http:// urls in the midst of the report
          # (even though these links already exist at the top)