summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index c98c8b6be..25baf2fc9 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));
}