diff --git a/lib/rssaction.php b/lib/rssaction.php index 9d4066ee59..3b39a70319 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -108,7 +108,7 @@ class Rss10Action extends Action { function show_item($notice) { $nurl = common_local_url('shownotice', array('notice' => $notice->id)); - common_element_start('item', array('rdf:about' => $nurl)); + common_element_start('item', array('rdf:about' => $notice->uri)); common_element('title', NULL, $notice->created); common_element('link', NULL, $nurl); common_element('description', NULL, common_render_content($notice->content));