]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Minor change
authoreldy <>
Sat, 5 Sep 2009 11:05:51 +0000 (11:05 +0000)
committereldy <>
Sat, 5 Sep 2009 11:05:51 +0000 (11:05 +0000)
wwwroot/cgi-bin/awstats.pl

index 7d001a12df88024e2bfe63afb5db6076efbab197..66215fb7d5c0124bd482c95409d4c4eaff97d54c 100644 (file)
@@ -808,7 +808,7 @@ sub http_head {
                my $newpagecode = $PageCode ? $PageCode : "utf-8";
                if ( $BuildReportFormat eq 'xhtml' || $BuildReportFormat eq 'xml' ) {
                        print( $ENV{'HTTP_USER_AGENT'} =~ /MSIE|Googlebot/i
-                               ? "Content-type:text/html; charset=$newpagecode\n"
+                               ? "Content-type: text/html; charset=$newpagecode\n"
                                : "Content-type: text/xml; charset=$newpagecode\n"
                        );
                }