diff options
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> |