From: eldy <> Date: Sun, 11 Jul 2004 11:15:46 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_6_3_RELEASE~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d3ec6ba62ec6512765a1046500697b516530297;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 2aa6da19..8271b972 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -712,8 +712,8 @@ sub tab_head { } print " \n"; print "\n"; - if ($width == 70 && $QueryString =~ /buildpdf/i) { print "\n"; } - else { print "
\n"; } + if ($width == 70 && $QueryString =~ /buildpdf/i) { print "
\n"; } + else { print "
\n"; } } #------------------------------------------------------------------------------ @@ -8493,7 +8493,7 @@ if (scalar keys %HTMLOutput) { my @blocklabel=(); for (my $ix=1; $ix<=12; $ix++) { my $monthix=sprintf("%02s",$ix); - push @blocklabel,"$MonthNumLib{$monthix}§$YearRequired"; + push @blocklabel,"$MonthNumLib{$monthix}\§$YearRequired"; } my @vallabel=("$Message[11]","$Message[10]","$Message[56]","$Message[57]","$Message[75]"); my @valcolor=("$color_u","$color_v","$color_p","$color_h","$color_k");