Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
juliantenney committed Dec 7, 2011
1 parent 45eead1 commit 959056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss.php
Expand Up @@ -109,7 +109,7 @@ function normal_date($string){
echo "<item>
<title>" . str_replace("_"," ",$row['template_name']) . "</title>
<link><![CDATA[" . $xerte_toolkits_site->site_url . url_return($action, $row['template_id']) . "]]></link>
<description><![CDATA[" . $row['description'] . "<br><br>" . str_replace("_"," ",$row['template_name']) . " was developed by " . $user . "]]></description>
<description><![CDATA[" . $row['description'] . str_replace("_"," ",$row['template_name']) . " was developed by " . $user . "]]></description>
<pubDate>" . date(DATE_RSS, strtotime($row['date_created'])) . "</pubDate>
<guid><![CDATA[" . $xerte_toolkits_site->site_url . url_return($action, $row['template_id']) . "]]></guid>
</item>\n";
Expand Down

0 comments on commit 959056e

Please sign in to comment.