[livejournal] r17322: LJSV-635 (ya:feed attribute in FOAF feed...
Committer: ailyin
LJSV-635 (ya:feed attribute in FOAF feed points to incorrect location)- patch courtesy
U trunk/cgi-bin/ljfeed.pl
Modified: trunk/cgi-bin/ljfeed.pl =================================================================== --- trunk/cgi-bin/ljfeed.pl 2010-09-09 09:10:14 UTC (rev 17321) +++ trunk/cgi-bin/ljfeed.pl 2010-09-09 09:49:14 UTC (rev 17322) @@ -717,7 +717,7 @@ my $count = $u->number_of_posts; $ret .= " <ya:blogActivity>\n"; $ret .= " <ya:Posts>\n"; - $ret .= " <ya:feed rdf:resource=\"" . LJ::journal_base($u) ."/data/foaf\" dc:type=\"application/rss+xml\" />\n"; + $ret .= " <ya:feed rdf:resource=\"" . LJ::journal_base($u) ."/data/rss\" dc:type=\"application/rss+xml\" />\n"; $ret .= " <ya:posted>$count</ya:posted>\n"; $ret .= " </ya:Posts>\n"; $ret .= " </ya:blogActivity>\n";