From: eldy <>
Date: Wed, 24 Oct 2012 22:33:50 +0000 (+0000)
Subject: Fix: missing br
X-Git-Tag: AWSTATS_7_1~5
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e34cede8965e9d35e2567339b4dfc09ce476372;p=thirdparty%2FAWStats.git
Fix: missing br
---
diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl
index f2a579e5..96aeb4b2 100644
--- a/wwwroot/cgi-bin/awstats.pl
+++ b/wwwroot/cgi-bin/awstats.pl
@@ -9951,7 +9951,7 @@ sub HTMLTopBanner{
print "\n";
}
- if ( $FrameName ne 'mainleft' ) { print "\n"; }
+ if ( $FrameName ne 'mainleft' ) { print "
\n"; }
else { print "
\n"; }
print "\n";
}