From: Evan Prodromou Date: Wed, 21 May 2008 15:36:52 +0000 (-0400) Subject: falsely claim rss 1.0 is rss 2.0 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2fa7ab2f44c73dfb66f4cb175fe3200228d357e0;p=quix0rs-gnu-social.git falsely claim rss 1.0 is rss 2.0 darcs-hash:20080521153652-84dde-cf442ce24e278fc7c6b072785a8d0677bbc63e85.gz --- diff --git a/actions/showstream.php b/actions/showstream.php index c98c8b6be1..25baf2fc9d 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -66,7 +66,7 @@ class ShowstreamAction extends StreamAction { common_element('link', array('rel' => 'alternate', 'href' => common_local_url('rss10', array('nickname' => $user->nickname)), - 'type' => 'application/rdf+xml', + 'type' => 'application/rss+xml', 'title' => _t('Notice feed for ') . $user->nickname)); }