add type='text/html' to alternate link in Notice Atom

This commit is contained in:
Evan Prodromou 2010-02-18 22:13:47 -05:00
parent 0dac13d197
commit 3d665f82d1

View File

@ -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);