diff options
Diffstat (limited to 'view/atom_item.tpl')
-rw-r--r-- | view/atom_item.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/view/atom_item.tpl b/view/atom_item.tpl index 8104cfaa5..d1eadb4af 100644 --- a/view/atom_item.tpl +++ b/view/atom_item.tpl @@ -5,8 +5,8 @@ <link rel="photo" type="image/jpeg" href="$thumb" /> </author> <dfrn:owner> - <dfrn:name>$owner_name</dfrn:name> - <dfrn:uri>$owner_profile_page</dfrn:uri> + <name>$owner_name</name> + <uri>$owner_profile_page</uri> <link rel="photo" type="image/jpeg" href="$owner_thumb" /> </dfrn:owner> @@ -17,4 +17,7 @@ <content type="$type" >$content</content> <dfrn:location>$location</dfrn:location> <dfrn:comment-allow>$comment_allow</dfrn:comment-allow> + <as:verb>$verb</as:verb> + $actobj + </entry> |