Update of /cvsroot/phpicalendar/phpicalendar/rss
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16079/rss
Modified Files:
rss_common.php
Log Message:
Fixed RSS content type, Thanks Russe (Bug 2726888)
Index: rss_common.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss_common.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** rss_common.php 1 Feb 2009 21:22:24 -0000 1.8
--- rss_common.php 17 Jun 2009 17:40:53 -0000 1.9
***************
*** 226,230 ****
}
! header ("Content-Type: text/xml");
echo "$rss";
--- 226,230 ----
}
! header ("Content-Type: application/xml");
echo "$rss";
|