From 141cebb48e58ad5913471e5f88034462118d6681 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 8 Aug 2008 20:35:16 -0700 Subject: [PATCH] * fix misusage of bug_links in Debbugs::CGI::Bugreport --- Debbugs/CGI/Bugreport.pm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index f86b2fc..f2f26bd 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"; } -- 2.39.2