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:
parent
6044885457
commit
e8d28c7ddb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4398
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue