]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: [ 1097902 ] bad html output when nested includes
authoreldy <>
Sat, 26 Feb 2005 00:21:29 +0000 (00:21 +0000)
committereldy <>
Sat, 26 Feb 2005 00:21:29 +0000 (00:21 +0000)
wwwroot/cgi-bin/awstats.pl

index cbb2444611278501b7d07e1033c26e279a955590..0ca380ffd436ac3ee0eec666f624582ff3eef4ee 100644 (file)
@@ -859,7 +859,6 @@ sub warning {
        my $messagestring=shift;
 
        if (! $HeaderHTTPSent && $ENV{'GATEWAY_INTERFACE'}) { http_head(); }
-       if (! $HeaderHTMLSent) { html_head(); }
        if ($Debug) { debug("$messagestring",1); }
        if ($WarningMessages) {
                if (scalar keys %HTMLOutput) {