diff options
author | Michael Vogel <icarus@dabo.de> | 2012-03-18 17:52:51 +0100 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-03-18 17:52:51 +0100 |
commit | 6f10142b2e4f65dd17157fee462e17ff370ab903 (patch) | |
tree | 1fa8eeda0da8d52bf8dde5acb42d697e5af08898 /view/api_user_xml.tpl | |
parent | f5db142d93906d9fd33ddcd75dfa56ec90ce3b9e (diff) | |
download | volse-hubzilla-6f10142b2e4f65dd17157fee462e17ff370ab903.tar.gz volse-hubzilla-6f10142b2e4f65dd17157fee462e17ff370ab903.tar.bz2 volse-hubzilla-6f10142b2e4f65dd17157fee462e17ff370ab903.zip |
API: Seesmic is now working. Optimizing text export.
Diffstat (limited to 'view/api_user_xml.tpl')
-rwxr-xr-x | view/api_user_xml.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <place>$user.status.place</place> <contributors>$user.status.contributors</contributors> {{ endif }}</status> -</user>
\ No newline at end of file +</user> |