summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-02-11 17:08:50 -0800
committerZach Copley <zach@status.net>2010-02-11 17:08:50 -0800
commit525358fa101784fa5bbbac8b214091de89ec0634 (patch)
tree05b4d86cb8749b421a1b886f7af8c74670102ded /classes/Notice.php
parent3beddffc39e9a0bc5d32f50f4c8f93771060a032 (diff)
Fix retarded spelling mistake
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index a39388cdb..924931e42 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -1019,7 +1019,7 @@ class Notice extends Memcached_DataObject
&& $this->conversation != $this->notice->id) {
$xs->element(
'link', array(
- 'rel' => 'osatus:conversation',
+ 'rel' => 'ostatus:conversation',
'href' => common_local_url(
'conversation',
array('id' => $this->conversation)
@@ -1035,7 +1035,7 @@ class Notice extends Memcached_DataObject
if (!empty($profile)) {
$xs->element(
'link', array(
- 'rel' => 'osatus:attention',
+ 'rel' => 'ostatus:attention',
'href' => $profile->getAcctUri()
)
);