Our longest category name is currently 8 characters long, and we're over
halfway to P100k, so update the width of the "Tracker" column to cope.
This commit is contained in:
parent
a6df2a6df1
commit
3e9c39007f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19298
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl -T
|
||||
# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.40 2003/09/02 09:46:27 dougb Exp $
|
||||
# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.41 2003/12/27 14:32:15 ceri Exp $
|
||||
|
||||
sub escape($) { $_ = $_[0]; s/&/&/g; s/</</g; s/>/>/g; $_; }
|
||||
|
||||
|
@ -488,7 +488,7 @@ sub gnats_summary {
|
|||
}
|
||||
|
||||
print "$state [$date] $title" .
|
||||
(' ' x (12 - length($_))) .
|
||||
(' ' x (16 - length($_))) .
|
||||
$resp . (' ' x (12 - length($resp))) .
|
||||
($htmlmode ? $syn : substr($syn,0,41))
|
||||
. "\n";
|
||||
|
|
Loading…
Reference in a new issue