From: <var...@us...> - 2014-05-28 14:16:35
|
Revision: 8858 http://sourceforge.net/p/phpwiki/code/8858 Author: vargenau Date: 2014-05-28 14:16:32 +0000 (Wed, 28 May 2014) Log Message: ----------- Remove commented code Modified Paths: -------------- trunk/lib/RssWriter.php trunk/lib/RssWriter2.php Modified: trunk/lib/RssWriter.php =================================================================== --- trunk/lib/RssWriter.php 2014-05-27 09:10:11 UTC (rev 8857) +++ trunk/lib/RssWriter.php 2014-05-28 14:16:32 UTC (rev 8858) @@ -122,7 +122,6 @@ { header("Content-Type: application/xml; charset=" . RSS_ENCODING); echo('<' . '?xml version="1.0" encoding="' . RSS_ENCODING . '"?' . ">\n"); - //printf("<!-- generator=\"PhpWiki-%s\" -->\n", PHPWIKI_VERSION); $this->printXML(); } @@ -220,7 +219,6 @@ { header("Content-Type: application/atom+xml; charset=" . RSS_ENCODING); echo('<' . '?xml version="1.0" encoding="' . RSS_ENCODING . '"?' . ">\n"); - //printf("<!-- generator=\"PhpWiki-%s\" -->\n", PHPWIKI_VERSION); $this->printXML(); } Modified: trunk/lib/RssWriter2.php =================================================================== --- trunk/lib/RssWriter2.php 2014-05-27 09:10:11 UTC (rev 8857) +++ trunk/lib/RssWriter2.php 2014-05-28 14:16:32 UTC (rev 8858) @@ -69,7 +69,6 @@ { header("Content-Type: application/rss+xml; charset=" . RSS_ENCODING); echo('<' . '?xml version="1.0" encoding="' . RSS_ENCODING . '"?' . ">\n"); - //printf("<!-- generator=\"PhpWiki-%s\" -->\n", PHPWIKI_VERSION); //RSS2 really is 0.92 echo '<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.92.dtd">', "\n"; echo "<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC \"-//W3C//ENTITIES Latin 1 for XHTML//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent\">\n"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |