From 9f747dfc05efdb7f85a70c3ef2afede87cfd59b9 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 20 Nov 2006 15:02:05 -0800 Subject: [PATCH] fix various jidanni complaints --- cgi/bugreport.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')), -- 2.39.2