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