From: Don Armstrong Date: Mon, 20 Nov 2006 23:02:05 +0000 (-0800) Subject: fix various jidanni complaints X-Git-Tag: release/2.6.0~585^2^2~64 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f747dfc05efdb7f85a70c3ef2afede87cfd59b9;p=debbugs.git fix various jidanni complaints --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 331d1dd..ed1943e 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -397,7 +397,7 @@ sub handle_record{ $output .= 'Full text and rfc822 format available.'; - $output = qq(

\n\n) . $output . "
\n"; + $output = qq(

\n
\n) . $output . "
\n"; } elsif (/recips/) { my ($msg_id) = $record->{text} =~ /^Message-Id:\s+<(.+)>/im; @@ -407,7 +407,7 @@ sub handle_record{ elsif (defined $msg_id) { $$seen_msg_ids{$msg_id} = 1; } - $output .= qq(
\n); + $output .= qq(
\n); $output .= 'View this message in rfc822 format'; $output .= handle_email_message($record->{text}, ref => $bug_number, @@ -575,7 +575,7 @@ print "$descriptivehead\n"; print qq(

Reply ), qq(or subscribe ), qq(to this bug.

\n); -print qq(

Show useless messages

); +print qq(

Toggle useless messages

); printf qq(

View this report as an mbox folder, ). qq(status mbox, maintainer mbox

\n), html_escape(bug_url($ref, mbox=>'yes')),