From e8d28c7ddbbd4c14d30c4ea86740ca30ca7f94de Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 24 Feb 1999 23:10:07 +0000 Subject: [PATCH] Add another non-graphic character (AKA space) after the word 'Tracker'. Now that we have 5-number PRs and a 5 letter category, we also had run-on words. o [1999/02/12] ports/10036billf New port - fltk is now o [1999/02/12] ports/10036 billf New port - fltk --- en/cgi/query-pr-summary.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/cgi/query-pr-summary.cgi b/en/cgi/query-pr-summary.cgi index 357c46b018..ff0626865f 100755 --- a/en/cgi/query-pr-summary.cgi +++ b/en/cgi/query-pr-summary.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: query-pr-summary.cgi,v 1.19 1999-02-01 21:07:42 wosch Exp $ +# $Id: query-pr-summary.cgi,v 1.20 1999-02-24 23:10:07 billf Exp $ $html_mode = 1 if $ENV{'DOCUMENT_ROOT'}; $self_ref = $ENV{'SCRIPT_NAME'}; @@ -432,7 +432,7 @@ sub gnats_summary { next if (($report ne '') && (eval($report) == 0)); - print "${pr}\nS Submitted Tracker Resp. Description${hr}" + print "${pr}\nS Submitted Tracker Resp. Description${hr}" if ($iteration++ == 0); $syn = &html_fixline($syn) if $htmlmode;