From 8c94704a9718d46bd484fd8b72c23807ccc468cc Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Wed, 23 Apr 2003 11:10:57 -0800 Subject: [PATCH] [project @ 2003-04-23 12:10:57 by cjwatson] Get rid of double space when doing non-archived pkgindex (see pkgreport.cgi revision 1.31). --- cgi/pkgindex.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cgi/pkgindex.cgi b/cgi/pkgindex.cgi index 6f695ee..88f875f 100755 --- a/cgi/pkgindex.cgi +++ b/cgi/pkgindex.cgi @@ -30,7 +30,7 @@ if ($sortby !~ m/^(alpha|count)$/) { #my $include = $param{'include'} || ""; #my $exclude = $param{'exclude'} || ""; -my $Archived = $archive ? "Archived" : ""; +my $Archived = $archive ? " Archived" : ""; my %maintainers = %{&getmaintainers()}; my %strings = (); @@ -124,11 +124,11 @@ print "Content-Type: text/html\n\n"; print "\n"; print "\n" . - "$debbugs::gProject $Archived $debbugs::gBug reports by $tag\n" . + "$debbugs::gProject$Archived $debbugs::gBug reports by $tag\n" . "\n" . '' . "\n"; -print "

" . "$debbugs::gProject $Archived $debbugs::gBug report logs by $tag" . +print "

" . "$debbugs::gProject$Archived $debbugs::gBug report logs by $tag" . "

\n"; print $note; -- 2.39.2