From 1627fe8f336d435e328dcc3a58e9e08cd4ef1bfe Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 12 Jun 2009 15:42:53 +0000 Subject: http://laconi.ca/trac/ticket/1368 Site is the space that Container sits in. Thanks to Toby Inkster for the patch. --- lib/rssaction.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rssaction.php') diff --git a/lib/rssaction.php b/lib/rssaction.php index 0678b8982..cfb5ca44a 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -253,10 +253,10 @@ class Rss10Action extends Action 'xmlns' => 'http://purl.org/rss/1.0/')); $this->elementStart('sioc:Site', array('rdf:about' => common_root_url())); $this->element('sioc:name', null, common_config('site', 'name')); - $this->elementStart('sioc:container_of'); + $this->elementStart('sioc:space_of'); $this->element('sioc:Container', array('rdf:about' => $channel['url'])); - $this->elementEnd('sioc:container_of'); + $this->elementEnd('sioc:space_of'); $this->elementEnd('sioc:Site'); } -- cgit v1.2.3-54-g00ecf