From: Don Armstrong Date: Fri, 15 Feb 2008 21:46:14 +0000 (-0800) Subject: fix typo in bugreport.cgi X-Git-Tag: release/2.6.0~502^2 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=e6da6293941545aef76565c9a48ab8684c4e5767 fix typo in bugreport.cgi --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 7489f98..fde5a8b 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -458,7 +458,7 @@ sub handle_record{ $$seen_msg_ids{$msg_id} = 1; } $output .= qq(

\n); - $output .= 'View this message in rfc822 format

'; + $output .= 'View this message in rfc822 format

'; $output .= handle_email_message($record->{text}, ref => $bug_number, msg_number => $msg_number,