Fix (?) the so-called P10k problem in the weekly PR summary mailouts.

For future reference, the weekly mailouts are done from a trivial script
which merely calls this script in plaintext (rather than in html) mode.
This commit is contained in:
Peter Wemm 1999-10-26 21:49:29 +00:00
parent 1ed19e2be0
commit 33cf1c50a1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5946

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl
# $FreeBSD$
# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.24 1999/09/06 07:02:40 peter Exp $
$html_mode = 1 if $ENV{'DOCUMENT_ROOT'};
$self_ref = $ENV{'SCRIPT_NAME'};
@ -448,7 +448,7 @@ sub gnats_summary {
}
print "$state [$date] $title" .
(' ' x (11 - length($_))) .
(' ' x (12 - length($_))) .
$resp . (' ' x (9 - length($resp))) .
($htmlmode ? $syn : substr($syn,0,41))
. "\n";