From: Zach Copley Date: Thu, 11 Mar 2010 23:44:50 +0000 (+0000) Subject: Generator tag should have 'uri' attr not 'url' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b12c3449309870c7c391ed0e2c7783f7a05a2334;p=quix0rs-gnu-social.git Generator tag should have 'uri' attr not 'url' --- diff --git a/lib/atom10feed.php b/lib/atom10feed.php index 2d342e7854..a46d49f350 100644 --- a/lib/atom10feed.php +++ b/lib/atom10feed.php @@ -178,7 +178,7 @@ class Atom10Feed extends XMLStringer $this->element( 'generator', array( - 'url' => 'http://status.net', + 'uri' => 'http://status.net', 'version' => STATUSNET_VERSION ), 'StatusNet'