]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: missing br
authoreldy <>
Wed, 24 Oct 2012 22:33:50 +0000 (22:33 +0000)
committereldy <>
Wed, 24 Oct 2012 22:33:50 +0000 (22:33 +0000)
wwwroot/cgi-bin/awstats.pl

index f2a579e51875e75d8f17b6c276086ed11a0d2e3e..96aeb4b24d8537f5ed98f292bafdf8ba92ac513f 100644 (file)
@@ -9951,7 +9951,7 @@ sub HTMLTopBanner{
                print "</table>\n";
        }
 
-       if ( $FrameName ne 'mainleft' ) { print "</form>\n"; }
+       if ( $FrameName ne 'mainleft' ) { print "</form><br />\n"; }
        else { print "<br />\n"; }
        print "\n";
 }