From 6f10142b2e4f65dd17157fee462e17ff370ab903 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 18 Mar 2012 17:52:51 +0100 Subject: API: Seesmic is now working. Optimizing text export. --- view/api_ratelimit_xml.tpl | 9 +++++---- view/api_user_xml.tpl | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/api_ratelimit_xml.tpl b/view/api_ratelimit_xml.tpl index 42439f8b5..36ec1993d 100755 --- a/view/api_ratelimit_xml.tpl +++ b/view/api_ratelimit_xml.tpl @@ -1,5 +1,6 @@ - $hash.remaining_hits - $hash.hourly_limit - $hash.reset_time - \ No newline at end of file + $hash.remaining_hits + $hash.hourly_limit + $hash.reset_time + $hash.resettime_in_seconds + diff --git a/view/api_user_xml.tpl b/view/api_user_xml.tpl index 78cc1f530..f1e122f3e 100755 --- a/view/api_user_xml.tpl +++ b/view/api_user_xml.tpl @@ -43,4 +43,4 @@ $user.status.place $user.status.contributors {{ endif }} - \ No newline at end of file + -- cgit v1.2.3