]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
http://laconi.ca/trac/ticket/1368 Site is the space that Container
authorSarven Capadisli <csarven@controlyourself.ca>
Fri, 12 Jun 2009 15:42:53 +0000 (15:42 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Fri, 12 Jun 2009 15:42:53 +0000 (15:42 +0000)
sits in.
Thanks to Toby Inkster for the patch.

lib/rssaction.php

index 0678b8982c8439988b883a2d5b25f9d2f40ddeeb..cfb5ca44a663362399d4b1ee245c61537a82b5d5 100644 (file)
@@ -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');
     }