From 139fd492ff636581d525d576eead1796c37da155 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 May 2008 14:44:34 -0400 Subject: use notice URIs in RSS feeds darcs-hash:20080522184434-84dde-0d698f3e34301c2a5600ce5e828db4402d070808.gz --- lib/rssaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rssaction.php b/lib/rssaction.php index 9d4066ee5..3b39a7031 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)); -- cgit v1.2.3-54-g00ecf