|
From: <ji...@us...> - 2009-02-01 22:33:35
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13367/rss Modified Files: rss2.0.php Log Message: improvements in rss Index: rss2.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss2.0.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** rss2.0.php 1 Feb 2009 22:06:20 -0000 1.11 --- rss2.0.php 1 Feb 2009 22:08:40 -0000 1.12 *************** *** 31,35 **** $rss .= '<rss version="2.0"'."\n"; $rss .= 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ! xmlns:ev="http://purl.org/rss/1.0/modules/event/"'. # 'xmlns:atom="http://www.w3.org/2005/Atom"'. 'xmlns:dc="http://purl.org/dc/elements/1.1/">'."\n"; --- 31,35 ---- $rss .= '<rss version="2.0"'."\n"; $rss .= 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ! xmlns:ev="http://purl.org/rss/1.0/modules/event/" '. # 'xmlns:atom="http://www.w3.org/2005/Atom"'. 'xmlns:dc="http://purl.org/dc/elements/1.1/">'."\n"; |