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
This commit is contained in:
Bill Fumerola 1999-02-24 23:10:07 +00:00
parent 6044885457
commit e8d28c7ddb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4398

View file

@ -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;