]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Other minor cosmetic change (remove ShowHeader parameter).
authoreldy <>
Mon, 17 Feb 2003 18:28:28 +0000 (18:28 +0000)
committereldy <>
Mon, 17 Feb 2003 18:28:28 +0000 (18:28 +0000)
wwwroot/cgi-bin/awstats.pl

index 348fc081525de8fa9a988e19212f25ddbc7a7212..3d01072de326ac79dbf165300b42db5380e7f0a4 100644 (file)
@@ -597,7 +597,7 @@ EOF
                if ($FrameName ne 'index') { print "<body>\n"; }
                if ($FrameName ne 'index' && $FrameName ne 'mainleft' && $ShowLinksToWhoIs) {
 print <<EOF;
-<SCRIPT type="javascript">
+<SCRIPT language="JavaScript">
 function neww(a,b) {
        var wfeatures="directories=0,menubar=1,status=0,resizable=1,scrollbars=1,toolbar=0,width=$WIDTHINFO,height=$HEIGHTINFO,left=" + eval("(screen.width - $WIDTHINFO)/2") + ",top=" + eval("(screen.height - $HEIGHTINFO)/2");
        if (b==1) { fen=window.open('$LinksToWhoIs'+a,'whois',wfeatures); }