From: Don Armstrong Date: Mon, 20 Nov 2006 23:04:00 +0000 (-0800) Subject: merge fixes for silly jidanni bugs X-Git-Tag: release/2.6.0~586^2 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=5451320000682e96ea2ada1998f7cf3a0dd2a5e2 merge fixes for silly jidanni bugs --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 6851a7e..bc669d5 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -415,7 +415,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; @@ -425,7 +425,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, @@ -544,7 +544,7 @@ function toggle_infmessages(){ --> - + END print "

" . "$debbugs::gProject $debbugs::gBug report logs - $short" . "
" . $title . "

\n"; @@ -553,7 +553,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 "

View this report as an mbox folder.

\n", bugurl($ref, "mbox"); print "$log"; print "
";