From: eldy <> Date: Sat, 5 Sep 2009 11:05:51 +0000 (+0000) Subject: Minor change X-Git-Tag: AWSTATS_6_95_RC~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cb39bf314c7b0cfb356b9d3cbc69300f7dac3e;p=thirdparty%2FAWStats.git Minor change --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 7d001a12..66215fb7 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -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" ); }