diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 17:49:41 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 17:49:41 -0700 |
commit | bec3d15c525ff12ba0de53c0b21e03cc9a3a7f39 (patch) | |
tree | 95d9760bf08424eede588935e177900f38b087d7 /view | |
parent | d81365c1238171b1068df7a2b2001b88646bdd98 (diff) | |
download | volse-hubzilla-bec3d15c525ff12ba0de53c0b21e03cc9a3a7f39.tar.gz volse-hubzilla-bec3d15c525ff12ba0de53c0b21e03cc9a3a7f39.tar.bz2 volse-hubzilla-bec3d15c525ff12ba0de53c0b21e03cc9a3a7f39.zip |
more work
Diffstat (limited to 'view')
-rw-r--r-- | view/atomic.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/atomic.tpl b/view/atomic.tpl index 5d3eea060..9a72a7489 100644 --- a/view/atomic.tpl +++ b/view/atomic.tpl @@ -1,5 +1,8 @@ <feed xmlns="http://www.w3.org/2005/Atom" - xmlns:foaf="http://xmlns.com/foaf/0.1" > + xmlns:foaf="http://xmlns.com/foaf/0.1" + xmlns:thr="http://purl.org/syndication/thread/1.0" + xmlns:at="http://purl.org/atompub/tombstones/1.0" +> <id>$feed_id</id> <title>$feed_title</title> <updated>$feed_updated</updated> |