diff options
author | Friendika <info@friendika.com> | 2011-08-23 18:17:35 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-23 18:17:35 -0700 |
commit | 56d64316f457c85141e35356a61a4d352ed9f24c (patch) | |
tree | 40e6bb98c68efb6623bbda25dfc799cbe5e77661 /view/api_timeline_atom.tpl | |
parent | 91de9edecd2663d5e3313da1b8a01a35e7e8970e (diff) | |
download | volse-hubzilla-56d64316f457c85141e35356a61a4d352ed9f24c.tar.gz volse-hubzilla-56d64316f457c85141e35356a61a4d352ed9f24c.tar.bz2 volse-hubzilla-56d64316f457c85141e35356a61a4d352ed9f24c.zip |
diaspora photos ?
Diffstat (limited to 'view/api_timeline_atom.tpl')
-rw-r--r-- | view/api_timeline_atom.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl index 0e427feaa..fb4f51f59 100644 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl @@ -83,7 +83,7 @@ <poco:primary>true</poco:primary> </poco:urls> </author> - <link rel="ostatus:conversation" href="$status.url"/> + <link rel="ostatus:conversation" type="text/html" href="$status.url"/> </entry> {{ endfor }} |