diff options
author | Zach Copley <zach@status.net> | 2010-03-11 23:44:50 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-03-11 23:44:50 +0000 |
commit | b12c3449309870c7c391ed0e2c7783f7a05a2334 (patch) | |
tree | 24e448a4d67b11b63db886d69c7cdc92c505f61a /lib/atom10feed.php | |
parent | 212b20e876fac3b989cd79b1b896b88f50995a37 (diff) |
Generator tag should have 'uri' attr not 'url'
Diffstat (limited to 'lib/atom10feed.php')
-rw-r--r-- | lib/atom10feed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atom10feed.php b/lib/atom10feed.php index 2d342e785..a46d49f35 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' |