From: Don Armstrong Date: Sun, 20 Apr 2008 19:11:14 +0000 (-0700) Subject: fix problem with rfc822 output link X-Git-Tag: release/2.6.0~491^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7819033e546b97081fe1890a00260eac8212960b;p=debbugs.git fix problem with rfc822 output link --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index fde5a8b7..4c73dbbc 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"; }