From 5451320000682e96ea2ada1998f7cf3a0dd2a5e2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 20 Nov 2006 15:04:00 -0800 Subject: [PATCH] merge fixes for silly jidanni bugs --- cgi/bugreport.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 "
"; -- 2.39.2