diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-16 01:26:42 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-16 01:26:42 -0700 |
commit | 56a37deb7399075e35e4a174d609c9e8424095db (patch) | |
tree | 7d029563d4a35a603df4b3e5fd5ccc150b4bd1d9 /view | |
parent | d20e1a6f938d088708166e039ae0088a8ddf11e4 (diff) | |
download | volse-hubzilla-56a37deb7399075e35e4a174d609c9e8424095db.tar.gz volse-hubzilla-56a37deb7399075e35e4a174d609c9e8424095db.tar.bz2 volse-hubzilla-56a37deb7399075e35e4a174d609c9e8424095db.zip |
mostly done with dfrn-notify
Diffstat (limited to 'view')
-rw-r--r-- | view/atom_cmnt.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/atom_cmnt.tpl b/view/atom_cmnt.tpl index fb96fd918..1d00fd158 100644 --- a/view/atom_cmnt.tpl +++ b/view/atom_cmnt.tpl @@ -8,6 +8,7 @@ <thr:in-reply-to ref="$parent_id" /> <id>$item_id</id> <title>$title</title> + <published>$published</published> <updated>$updated</updated> <content>$content</content> <dfrn:comment-allow>$comment_allow</dfrn:comment-allow> |