From: Evan Prodromou Date: Fri, 19 Feb 2010 03:13:47 +0000 (-0500) Subject: add type='text/html' to alternate link in Notice Atom X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d665f82d17d36c11bf4f36e84fdeedd911d62c8;p=quix0rs-gnu-social.git add type='text/html' to alternate link in Notice Atom --- diff --git a/classes/Notice.php b/classes/Notice.php index 7e2b8b4a69..a52cfed70c 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);