summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-18 22:13:47 -0500
committerEvan Prodromou <evan@status.net>2010-02-18 22:13:47 -0500
commit3d665f82d17d36c11bf4f36e84fdeedd911d62c8 (patch)
tree16e6fa084c77bc04eb3f31752991fc976aa5b5fa /classes/Notice.php
parent0dac13d197248bf24ea51cb7911d32286764c0c8 (diff)
add type='text/html' to alternate link in Notice Atom
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 7e2b8b4a6..a52cfed70 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -1012,6 +1012,7 @@ class Notice extends Memcached_DataObject
$xs->raw($profile->asActivityActor());
$xs->element('link', array('rel' => 'alternate',
+ 'type' => 'text/html',
'href' => $this->bestUrl()));
$xs->element('id', null, $this->uri);