]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Generator tag should have 'uri' attr not 'url'
authorZach Copley <zach@status.net>
Thu, 11 Mar 2010 23:44:50 +0000 (23:44 +0000)
committerZach Copley <zach@status.net>
Thu, 11 Mar 2010 23:44:50 +0000 (23:44 +0000)
lib/atom10feed.php

index 2d342e7854a8b56d29fa9e53405ff84f68c71a48..a46d49f3509518ff0c7a4a89fa6a403da0f4e59e 100644 (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'