From 35a5934503542d585447e3eef3bebc38af8c1931 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 2 Jul 2009 15:38:25 +0000 Subject: Changed sioc:reply_to to sioc:reply_of --- lib/rssaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rssaction.php b/lib/rssaction.php index 6f6c9a8cb..0c8188e88 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -214,7 +214,7 @@ class Rss10Action extends Action $this->element('cc:licence', array('rdf:resource' => common_config('license', 'url'))); if ($notice->reply_to) { $replyurl = common_local_url('shownotice', array('notice' => $notice->reply_to)); - $this->element('sioc:reply_to', array('rdf:resource' => $replyurl)); + $this->element('sioc:reply_of', array('rdf:resource' => $replyurl)); } $this->elementEnd('item'); $this->creators[$creator_uri] = $profile; -- cgit v1.2.3-54-g00ecf