X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fapi_timeline_xml.tpl;h=4a32b411b58ae613919e80d115e5635b15516c23;hb=32d4a359f1bc713b37f47d1d2a5e1f47d8ca6501;hp=9914f647591f8354f690631dfed5ed00d8a8a124;hpb=b2e92e0af32f86212d15748c6d432d658905d4b6;p=friendica.git diff --git a/view/api_timeline_xml.tpl b/view/api_timeline_xml.tpl index 9914f64759..4a32b411b5 100644 --- a/view/api_timeline_xml.tpl +++ b/view/api_timeline_xml.tpl @@ -1,21 +1,20 @@ - - {{ for $statuses as $status }} - - $status.created_at - $status.id - $status.text - $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.statusnet_conversation_id + $status.url + $status.coordinates + $status.place + $status.contributors + +{{ endfor }}