diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-21 11:36:52 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-21 11:36:52 -0400 |
commit | 2fa7ab2f44c73dfb66f4cb175fe3200228d357e0 (patch) | |
tree | 7318f37f87c947b18dca4a078af0f8535fb5f878 /actions | |
parent | ddcf051b26b00f18f6d3c674406c5bab052bc4a0 (diff) |
falsely claim rss 1.0 is rss 2.0
darcs-hash:20080521153652-84dde-cf442ce24e278fc7c6b072785a8d0677bbc63e85.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 2 |
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)); } |