X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FCGI%2FRSS.pm;h=4e1ff348118a235dc2c48e7f229cf75b5471662c;hp=61eeee4163e7944840803b2a13a27df7f45f7516;hb=refs%2Ftags%2Fv3_2_0;hpb=4cdaa6b8a9f5161ee2da4371d68cbbad41248ea0 diff --git a/lib/BackupPC/CGI/RSS.pm b/lib/BackupPC/CGI/RSS.pm index 61eeee4..4e1ff34 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 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.0.0beta0, released 11 Jul 2006. +# Version 3.2.0, released 31 Jul 2010. # # 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; }