diff options
-rwxr-xr-x | collectstats.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl index c1c269b94..23d01bbc4 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -103,7 +103,7 @@ CollectSeriesData(); my $headers_done = 0; while (<CGI>) { print RDF if $headers_done; - $headers_done = 1 if $_ eq "\n"; + $headers_done = 1 if $_ eq "\r\n"; } close CGI; close RDF; |