From: Don Armstrong Date: Sat, 9 Aug 2008 03:35:16 +0000 (-0700) Subject: * fix misusage of bug_links in Debbugs::CGI::Bugreport X-Git-Tag: release/2.6.0~488^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=141cebb48e58ad5913471e5f88034462118d6681;p=debbugs.git * fix misusage of bug_links in Debbugs::CGI::Bugreport --- diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index f86b2fc4..f2f26bd8 100644 --- a/Debbugs/CGI/Bugreport.pm +++ b/Debbugs/CGI/Bugreport.pm @@ -329,8 +329,17 @@ sub handle_record{ if (defined $time) { $output .= ' ('.strftime('%a, %d %b %Y %T GMT',gmtime($time)).') '; } - $output .= 'Full text and rfc822 format available.'; + $output .= 'Full text and rfc822 format available.'; $output = qq(

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