Generator tag should have 'uri' attr not 'url'

This commit is contained in:
Zach Copley 2010-03-11 23:44:50 +00:00
parent 212b20e876
commit b12c344930

View File

@ -178,7 +178,7 @@ class Atom10Feed extends XMLStringer
$this->element(
'generator', array(
'url' => 'http://status.net',
'uri' => 'http://status.net',
'version' => STATUSNET_VERSION
),
'StatusNet'