From: Laurent Destailleur Date: Fri, 5 Jun 2020 11:16:24 +0000 (+0200) Subject: Fix bug reported bu Raúl Prieto Fernández X-Git-Tag: AWSTATS_7_9~14 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1965001ea445eacdd2667466debc1c6e89f370c1;p=thirdparty%2FAWStats.git Fix bug reported bu Raúl Prieto Fernández --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 3a3d4c6f..01bccb52 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -10059,8 +10059,8 @@ sub HTMLTopBanner{ if (!$HourRequired) { $HourRequired = $nowhour; } - print "\n"; + foreach ( 0 .. 23 ) { print "$_\n";