diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-20 14:33:15 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-20 14:33:15 -0700 |
commit | 709c86b2daec32ae0d5d6d0e7f88b8607e02edba (patch) | |
tree | 2975e62aebdda560502e3e2454153020e6377db6 /view/atom_feed.tpl | |
parent | 82174bbfa8ae45cebd75efbf597abf8623caa4b7 (diff) | |
download | volse-hubzilla-709c86b2daec32ae0d5d6d0e7f88b8607e02edba.tar.gz volse-hubzilla-709c86b2daec32ae0d5d6d0e7f88b8607e02edba.tar.bz2 volse-hubzilla-709c86b2daec32ae0d5d6d0e7f88b8607e02edba.zip |
added location tagging
Diffstat (limited to 'view/atom_feed.tpl')
-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 fc2816ef9..b77b14646 100644 --- a/view/atom_feed.tpl +++ b/view/atom_feed.tpl @@ -2,7 +2,8 @@ <feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:at="http://purl.org/atompub/tombstones/1.0" - xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" > + xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" + xmlns:as="http://activitystrea.ms/spec/1.0/" > <id>$feed_id</id> <title>$feed_title</title> |