* Added BackupPC::Xfer::Protocol as a common class for each Xfer
[BackupPC.git] / lib / BackupPC / CGI / RSS.pm
index 2c63508..f773157 100644 (file)
@@ -135,7 +135,7 @@ sub action
     $incrSizeTot = sprintf("%.2f", $incrSizeTot / 1000);
     my $now      = timeStamp2(time);
 
     $incrSizeTot = sprintf("%.2f", $incrSizeTot / 1000);
     my $now      = timeStamp2(time);
 
-    print 'Content-type: text/xml', "\n\n",
+    print 'Content-type: text/xml', "\r\n\r\n",
           $rss->as_string;
 
 }
           $rss->as_string;
 
 }