diff options
author | Friendika <info@friendika.com> | 2011-06-20 01:38:26 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-20 01:38:26 -0700 |
commit | b86ae9de7f8982f22c6ab086bda8fa82977d3ae7 (patch) | |
tree | 691a88cd199ead867d0ad269754c28ffce5de9a2 /view/api_timeline_atom.tpl | |
parent | f3292e68a25c03cbd92952f5670f355b8784c877 (diff) | |
download | volse-hubzilla-b86ae9de7f8982f22c6ab086bda8fa82977d3ae7.tar.gz volse-hubzilla-b86ae9de7f8982f22c6ab086bda8fa82977d3ae7.tar.bz2 volse-hubzilla-b86ae9de7f8982f22c6ab086bda8fa82977d3ae7.zip |
use atom_time on atom entries
Diffstat (limited to 'view/api_timeline_atom.tpl')
-rw-r--r-- | view/api_timeline_atom.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl index 069ff7651..bc677d237 100644 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl @@ -15,8 +15,8 @@ <content type="html">$status.html</content> <link rel="alternate" type="text/html" href="$status.url"/> <activity:verb>$status.verb</activity:verb> - <published>$status.created_at</published> - <updated>$status.created_at</updated> + <published>$status.published</published> + <updated>$status.updated</updated> <link rel="ostatus:conversation" href="$status.url"/> <!-- |