add type='text/html' to alternate link in Notice Atom
This commit is contained in:
parent
0dac13d197
commit
3d665f82d1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user