aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/api_timeline_atom.tpl8
-rw-r--r--view/tpl/follow_slap.tpl2
-rw-r--r--view/tpl/tag_slap.tpl6
3 files changed, 8 insertions, 8 deletions
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 @@
<author>
- <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
+ <activity:obj_type>http://activitystrea.ms/schema/1.0/person</activity:obj_type>
<uri>$user.url</uri>
<name>$user.name</name>
<link rel="alternate" type="text/html" href="$user.url"/>
@@ -31,7 +31,7 @@
<!--Deprecation warning: activity:subject is present only for backward compatibility. It will be removed in the next version of StatusNet.-->
<activity:subject>
- <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
+ <activity:obj_type>http://activitystrea.ms/schema/1.0/person</activity:obj_type>
<id>$user.contact_url</id>
<title>$user.name</title>
<link rel="alternate" type="text/html" href="$user.url"/>
@@ -52,7 +52,7 @@
{{ for $statuses as $status }}
<entry>
- <activity:object-type>$status.objecttype</activity:object-type>
+ <activity:obj_type>$status.objecttype</activity:obj_type>
<id>$status.message_id</id>
<title>$status.text</title>
<content type="html">$status.statusnet_html</content>
@@ -67,7 +67,7 @@
</statusnet:notice_info>
<author>
- <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
+ <activity:obj_type>http://activitystrea.ms/schema/1.0/person</activity:obj_type>
<uri>$status.user.url</uri>
<name>$status.user.name</name>
<link rel="alternate" type="text/html" href="$status.user.url"/>
diff --git a/view/tpl/follow_slap.tpl b/view/tpl/follow_slap.tpl
index 0d0889f7d..1b1443bee 100644
--- a/view/tpl/follow_slap.tpl
+++ b/view/tpl/follow_slap.tpl
@@ -12,7 +12,7 @@
<content type="$type" >$content</content>
<as:actor>
- <as:object-type>http://activitystrea.ms/schema/1.0/person</as:object-type>
+ <as:obj_type>http://activitystrea.ms/schema/1.0/person</as:obj_type>
<id>$profile_page</id>
<title></title>
<link rel="avatar" type="image/jpeg" media:width="175" media:height="175" href="$photo"/>
diff --git a/view/tpl/tag_slap.tpl b/view/tpl/tag_slap.tpl
index 6449df496..231a13f10 100644
--- a/view/tpl/tag_slap.tpl
+++ b/view/tpl/tag_slap.tpl
@@ -12,7 +12,7 @@
<content type="$type" >$content</content>
<link rel="mentioned" href="$accturi" />
<as:actor>
- <as:object-type>http://activitystrea.ms/schema/1.0/person</as:object-type>
+ <as:obj_type>http://activitystrea.ms/schema/1.0/person</as:obj_type>
<id>$profile_page</id>
<title></title>
<link rel="avatar" type="image/jpeg" media:width="175" media:height="175" href="$photo"/>
@@ -22,9 +22,9 @@
</as:actor>
<as:verb>$verb</as:verb>
<as:object>
- <as:object-type></as:object-type>
+ <as:obj_type></as:obj_type>
</as:object>
<as:target>
- <as:object-type></as:object-type>
+ <as:obj_type></as:obj_type>
</as:target>
</entry>