From: eldy <> Date: Tue, 28 Aug 2001 19:17:35 +0000 (+0000) Subject: Fix pb of colors for HTMLEndSection with black background. X-Git-Tag: AWSTATS_1_0~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b87c37f494ee82e9290ca47568be30a7e7f06296;p=thirdparty%2FAWStats.git Fix pb of colors for HTMLEndSection with black background. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 425291a0..2ec4de77 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -71,7 +71,7 @@ $found, $internal_link, $new) = (); %MonthBytes = %MonthHits = %MonthHostsKnown = %MonthHostsUnknown = %MonthPages = %MonthUnique = %MonthVisits = %monthlib = %monthnum = (); -$VERSION="3.1 (build 35)"; +$VERSION="3.1 (build 37)"; $Lang="en"; # Default value @@ -857,9 +857,9 @@ EOF sub html_end { if ($HTMLOutput) { print "$CENTER


\n"; - print "Advanced Web Statistics $VERSION - Created by $PROG
\n"; + print "Advanced Web Statistics $VERSION - Created by $PROG
\n"; print "
\n"; - print "$HTMLEndSection\n"; + print "$HTMLEndSection
\n"; print "\n"; print "\n"; }