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