From: eldy <> Date: Sun, 6 Feb 2005 22:26:38 +0000 (+0000) Subject: Removed a wrong fix that was fixing something correct. X-Git-Tag: AWSTATS_6_4_BETA~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa887d59e2a7604c9bd2248b8aac054cc28cdd37;p=thirdparty%2FAWStats.git Removed a wrong fix that was fixing something correct. --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 0a7cc782..2b5b3035 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -7300,7 +7300,7 @@ if (scalar keys %HTMLOutput) { $NewLinkParams =~ tr/&/&/s; $NewLinkParams =~ s/^&//; $NewLinkParams =~ s/&$//; my $NewLinkTarget=''; if ($FrameName eq 'mainright') { $NewLinkTarget=" target=\"_parent\""; } - print "
\n"; + print "\n"; } if ($QueryString !~ /buildpdf/i) {