diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/atom_feed.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/atom_feed.tpl b/view/atom_feed.tpl index 686c256ed..3d6bcc5b5 100644 --- a/view/atom_feed.tpl +++ b/view/atom_feed.tpl @@ -7,7 +7,8 @@ xmlns:as="http://activitystrea.ms/spec/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:poco="http://portablecontacts.net/spec/1.0" - xmlns:ostatus="http://ostatus.org/schema/1.0" > + xmlns:ostatus="http://ostatus.org/schema/1.0" + xmlns:statusnet="http://status.net/schema/api/1/" > <id>$feed_id</id> <title>$feed_title</title> |