From f7c6a6ff9071c120f5bd6efe51cdb934e0c30cc7 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 Aug 2012 22:33:37 -0700 Subject: item table rename parent-uri, target-type, object-type (more to come later) --- view/tpl/api_timeline_atom.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/tpl/api_timeline_atom.tpl') diff --git a/view/tpl/api_timeline_atom.tpl b/view/tpl/api_timeline_atom.tpl index fb4f51f59..9039220e7 100644 --- a/view/tpl/api_timeline_atom.tpl +++ b/view/tpl/api_timeline_atom.tpl @@ -10,7 +10,7 @@ - http://activitystrea.ms/schema/1.0/person + http://activitystrea.ms/schema/1.0/person $user.url $user.name @@ -31,7 +31,7 @@ - http://activitystrea.ms/schema/1.0/person + http://activitystrea.ms/schema/1.0/person $user.contact_url $user.name @@ -52,7 +52,7 @@ {{ for $statuses as $status }} - $status.objecttype + $status.objecttype $status.message_id $status.text $status.statusnet_html @@ -67,7 +67,7 @@ - http://activitystrea.ms/schema/1.0/person + http://activitystrea.ms/schema/1.0/person $status.user.url $status.user.name -- cgit v1.2.3