diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-12 09:41:49 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-12 09:41:49 -0800 |
commit | f72eb17304af9c2d7dac8a34b07bd2433b79c8c4 (patch) | |
tree | 3862aab32eae74edba8fa1b2aa9a62288c544af4 /lib/atom10feed.php | |
parent | f3066c80d3c55dd0dbf8315674a76e4d2adbe49a (diff) | |
parent | 3dc84dd02d5558b7e2e9de903eac04edcd73aec7 (diff) |
Merge commit 'origin/testing' into 0.9.x
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' |