From: eldy <> Date: Thu, 25 Sep 2008 17:35:47 +0000 (+0000) Subject: Fix: [ 1921942 ] html footer is missing from the allextraN report. X-Git-Tag: AWSTATS_6_9_BETA~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e71c33a7ffa697b2dc5235e16e9af1cf2c1e22;p=thirdparty%2FAWStats.git Fix: [ 1921942 ] html footer is missing from the allextraN report. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 42d3ef99..5aa93a3a 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -9048,6 +9048,7 @@ if (scalar keys %HTMLOutput) { print "\n"; } &tab_end(); + &html_end(1); } } if ($HTMLOutput{'info'}) {