From 7819033e546b97081fe1890a00260eac8212960b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 20 Apr 2008 12:11:14 -0700 Subject: [PATCH] fix problem with rfc822 output link --- cgi/bugreport.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index fde5a8b..4c73dbb 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -445,7 +445,7 @@ sub handle_record{ $output .= ' ('.strftime('%a, %d %b %Y %T GMT',gmtime($time)).') '; } $output .= 'Full text and rfc822 format available.'; + html_escape(bug_url($ref, msg => ($msg_number+1), mbox => 'yes')) . '">rfc822 format available.'; $output = qq(

\n\n) . $output . "
\n"; } -- 2.39.2