From 7cd7a79807c766da0ac39192559081f771b58a1d Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 21 Jun 2011 11:44:26 +0200 Subject: [PATCH] remove duplicate tag in atom response --- include/api.php | 1 - view/api_timeline_atom.tpl | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/include/api.php b/include/api.php index e5c1e55292..556bc06227 100644 --- a/include/api.php +++ b/include/api.php @@ -515,7 +515,6 @@ 'user' => $status_user , 'objecttype' => $item['object-type'], 'verb' => $item['verb'], - 'conversation' => $a->get_baseurl() . '/display/' . $status_user['screen_name'] . '/' . $item['id'], 'self' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type, 'edit' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type, ); diff --git a/view/api_timeline_atom.tpl b/view/api_timeline_atom.tpl index cd91f7a97f..f9c70ebb5b 100644 --- a/view/api_timeline_atom.tpl +++ b/view/api_timeline_atom.tpl @@ -61,7 +61,6 @@ $status.published $status.updated - - + {{ endfor }}