From: eldy <> Date: Wed, 30 Jan 2002 22:24:48 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_4_0_BETA~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e7f3150ab86ab2e8c2e563306a79409883fec5;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index ee49a50f..1759d0a5 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -126,7 +126,7 @@ $color_h, $color_k, $color_p, $color_s, $color_u, $color_v)= -$VERSION="4.0 (build 17)"; +$VERSION="4.0 (build 18)"; $Lang="en"; # Default value @@ -3929,7 +3929,7 @@ EOF if ($max_h > 0) { $bredde_p=int($avg_dayofweek_p[$_]/$max_h*$BarHeight/2)+1; } if ($max_h > 0) { $bredde_h=int($avg_dayofweek_h[$_]/$max_h*$BarHeight/2)+1; } if ($max_k > 0) { $bredde_k=int($avg_dayofweek_k[$_]/$max_k*$BarHeight/2)+1; } - print "\n"; + print ""; print "\"$Message[56]:"; print "\"$Message[57]:"; print "\"$Message[75]:"; @@ -3967,7 +3967,7 @@ EOF print "\n"; } print "\n"; - print "\n\n"; + print "\n"; for (my $ix=0; $ix<=23; $ix++) { my $bredde_p=0;my $bredde_h=0;my $bredde_k=0; if ($max_h > 0) { $bredde_p=int($BarHeight*$_time_p[$ix]/$max_h)+1; }