http://laconi.ca/trac/ticket/1368 Site is the space that Container

sits in.
Thanks to Toby Inkster for the patch.
This commit is contained in:
Sarven Capadisli 2009-06-12 15:42:53 +00:00
parent e2476307ba
commit 1627fe8f33
1 changed files with 2 additions and 2 deletions

View 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');
}