From: eldy <>
Date: Sun, 15 Jun 2003 18:41:15 +0000 (+0000)
Subject: Better look for report pages.
X-Git-Tag: AWSTATS_5_6_BETA~12
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc66915f8fa744b4c842c5a88e06ae132ffa3007;p=thirdparty%2FAWStats.git
Better look for report pages.
---
diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl
index 88504a7f..ab38fcb0 100644
--- a/wwwroot/cgi-bin/awstats.pl
+++ b/wwwroot/cgi-bin/awstats.pl
@@ -8774,7 +8774,7 @@ if (scalar keys %HTMLOutput) {
if ($ShowKeyphrasesStats) { print "$Center "; }
if ($ShowKeywordsStats) { print "$Center "; }
if ($ShowKeyphrasesStats || $ShowKeywordsStats) { print "
\n"; }
- if ($ShowKeyphrasesStats && $ShowKeywordsStats) { print "
| \n"; } @@ -8803,6 +8803,7 @@ if (scalar keys %HTMLOutput) { &tab_end; if ($ShowKeyphrasesStats && $ShowKeywordsStats) { print " | \n"; } } + if ($ShowKeyphrasesStats && $ShowKeywordsStats) { print ""; } if ($ShowKeywordsStats) { # By Keywords if ($ShowKeyphrasesStats && $ShowKeywordsStats) { print " | \n"; } |