diff options
Diffstat (limited to 'view/atom_cmnt.tpl')
-rw-r--r-- | view/atom_cmnt.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/atom_cmnt.tpl b/view/atom_cmnt.tpl index 1d00fd158..59dff9efa 100644 --- a/view/atom_cmnt.tpl +++ b/view/atom_cmnt.tpl @@ -2,7 +2,7 @@ <author> <name>$name</name> <uri>$profile_page</uri> - <dfrn:avatar>$thumb</dfrn:avatar> + <link rel="photo" type="image/jpeg" href="$thumb" /> </author> <thr:in-reply-to ref="$parent_id" /> @@ -10,7 +10,9 @@ <title>$title</title> <published>$published</published> <updated>$updated</updated> - <content>$content</content> + <content type="$type" >$content</content> <dfrn:comment-allow>$comment_allow</dfrn:comment-allow> + <as:verb>$verb</as:verb> + $actobj </entry> |