Skip to content

Commit

Permalink
LugMap.it: paio di correzioni alla formattazione del feed RSS delle n…
Browse files Browse the repository at this point in the history
…ews sul Linux Day
  • Loading branch information
madbob committed Aug 18, 2011
1 parent 71c192b commit 2ea3e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forge/feed-filter/aggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function compare_dates ($first, $second) {
<rss version="2.0">
<channel>
<title>Linux Day News</title>
<link>http://www.linuxday.it/</link>';
<link>http://www.linuxday.it/</link>
<description>News dal web sul Linux Day</description>
<language>it</language>
Expand All @@ -82,10 +82,10 @@ function compare_dates ($first, $second) {

$rssfeed .= " <item>\n";

$rssfeed .= " <title>" . $t->get_title () . "</title>\n";
$rssfeed .= " <title><![CDATA[" . $t->get_title () . "]]></title>\n";
$rssfeed .= " <link>" . $t->get_permalink () . "</link>\n";
$rssfeed .= " <pubDate>" . $t->get_date ('D, d M Y H:i:s O') . "</pubDate>\n";
$rssfeed .= " <description>" . $t->get_description () . "</description>\n";
$rssfeed .= " <description><![CDATA[" . $t->get_description () . "]]></description>\n";

$rssfeed .= " </item>\n";
}
Expand Down

0 comments on commit 2ea3e14

Please sign in to comment.