Merge branch 'master' of ssh://maxious.lambdacomplex.org/git/disclosr
[disclosr.git] / documents / rss.xml.php
blob:a/documents/rss.xml.php -> blob:b/documents/rss.xml.php
--- a/documents/rss.xml.php
+++ b/documents/rss.xml.php
@@ -23,9 +23,9 @@
     $title = 'All Agencies';
 }
 //Use wrapper functions for common channelelements
-$TestFeed->setTitle('disclosurelo.gs Newest Entries - '.$title);
-$TestFeed->setLink('http://disclosurelo.gs/rss.xml.php'.(isset($_REQUEST['id'])? '?id='.$_REQUEST['id'] : ''));
-$TestFeed->setDescription('disclosurelo.gs Newest Entries - '.$title);
+$TestFeed->setTitle('disclosurelo.gs Newest Entries - ' . $title);
+$TestFeed->setLink('http://disclosurelo.gs/rss.xml.php' . (isset($_REQUEST['id']) ? '?id=' . $_REQUEST['id'] : ''));
+$TestFeed->setDescription('disclosurelo.gs Newest Entries - ' . $title);
 $TestFeed->setChannelElement('language', 'en-us');
 $TestFeed->setChannelElement('pubDate', date(DATE_RSS, time()));