From 894e126c55b2e56c2e63aaa59e1bae00d4221e33 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 9 Apr 2012 11:49:33 +0200 Subject: API: Tweetdeck is now working --- view/api_timeline_xml.tpl | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) (limited to 'view/api_timeline_xml.tpl') diff --git a/view/api_timeline_xml.tpl b/view/api_timeline_xml.tpl index 17860ca61..551439682 100644 --- a/view/api_timeline_xml.tpl +++ b/view/api_timeline_xml.tpl @@ -1,22 +1,19 @@ - - {{ for $statuses as $status }} - - $status.created_at - $status.id - $status.text - $status.statusnet_html - $status.source - $status.truncated - $status.url - $status.in_reply_to_status_id - $status.in_reply_to_user_id - $status.favorited - $status.in_reply_to_screen_name - $status.geo - $status.coordinates - $status.place - $status.contributors - {{ inc api_user_xml.tpl with $user=$status.user }}{{ endinc }} - - {{ endfor }} - \ No newline at end of file + +{{ for $statuses as $status }} + $status.text + $status.truncated + $status.created_at + $status.in_reply_to_status_id + $status.source + $status.id + $status.in_reply_to_user_id + $status.in_reply_to_screen_name + $status.geo + $status.favorited +{{ inc api_user_xml.tpl with $user=$status.user }}{{ endinc }} $status.statusnet_html + $status.url + $status.coordinates + $status.place + $status.contributors + +{{ endfor }} -- cgit v1.2.3