diff --git a/include/api.php b/include/api.php
index 6cd3318ef..3c692cf74 100644
--- a/include/api.php
+++ b/include/api.php
@@ -740,7 +740,7 @@
'id' => intval($item['id']),
'message_id' => $item['uri'],
'text' => strip_tags(bbcode($item['body'])),
- 'html' => bbcode($item['body']),
+ 'statusnet_html' => bbcode($item['body']),
'source' => (($item['app']) ? $item['app'] : 'web'),
'url' => ($item['plink']!=''?$item['plink']:$item['author-link']),
'truncated' => False,
diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl
index aef1f9310..0e427feaa 100644
--- a/view/api_timeline_atom.tpl
+++ b/view/api_timeline_atom.tpl
@@ -55,7 +55,7 @@