X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FCGI%2FRSS.pm;h=fdba34b902a0633468a539db49fbce1901c72c79;hp=2c635084e581581a76e2492fdd47f0682949b5ec;hb=9cf3998c4ef71332dea96ff3115daf8b9f722acb;hpb=fda25dc88a63ccac1c80efa2e4994bf0725ca9b7 diff --git a/lib/BackupPC/CGI/RSS.pm b/lib/BackupPC/CGI/RSS.pm index 2c63508..fdba34b 100644 --- a/lib/BackupPC/CGI/RSS.pm +++ b/lib/BackupPC/CGI/RSS.pm @@ -10,7 +10,7 @@ # Rich Duzenbury (rduz at theduz dot com) # # COPYRIGHT -# Copyright (C) 2005-2007 Rich Duzenbury and Craig Barratt +# Copyright (C) 2005-2009 Rich Duzenbury and Craig Barratt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ # #======================================================================== # -# Version 3.1.0, released 25 Nov 2007. +# Version 3.2.0beta0, released 5 April 2009. # # See http://backuppc.sourceforge.net. # @@ -135,7 +135,7 @@ sub action $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; }