diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-08 20:14:17 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-08 20:14:17 -0700 |
commit | ffb1997902facb36b78a7cfa522f41f2b3d71cda (patch) | |
tree | e9fe47acf26c5fd2c742677f2610b60d3008eb26 /view/atom_cmnt.tpl | |
parent | b49858b038a0a05bbe7685929e88071d0e125538 (diff) | |
download | volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.tar.gz volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.tar.bz2 volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.zip |
mistpark 2.0 infrasturcture lands
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> |