diff options
author | Friendika <info@friendika.com> | 2010-11-09 20:38:24 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-09 20:38:24 -0800 |
commit | 29b9d1887176ca2f477f1301f6aac463375c2a5f (patch) | |
tree | a0016239bd715ae9fac24e210eb01390e2d23ef5 /view | |
parent | 84052bdc093931f59da6dd35cb549d5bb2258adf (diff) | |
download | volse-hubzilla-29b9d1887176ca2f477f1301f6aac463375c2a5f.tar.gz volse-hubzilla-29b9d1887176ca2f477f1301f6aac463375c2a5f.tar.bz2 volse-hubzilla-29b9d1887176ca2f477f1301f6aac463375c2a5f.zip |
lint
Diffstat (limited to 'view')
-rw-r--r-- | view/atom_feed.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/atom_feed.tpl b/view/atom_feed.tpl index ef02728b8..e993a622e 100644 --- a/view/atom_feed.tpl +++ b/view/atom_feed.tpl @@ -6,7 +6,7 @@ xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" xmlns:as="http://activitystrea.ms/spec/1.0/" xmlns:georss="http://www.georss.org/georss" - xmlns:poco="http://portablecontacts.net/spec/1.0" > + xmlns:poco="http://portablecontacts.net/spec/1.0" > <id>$feed_id</id> <title>$feed_title</title> |