falsely claim rss 1.0 is rss 2.0

darcs-hash:20080521153652-84dde-cf442ce24e278fc7c6b072785a8d0677bbc63e85.gz
This commit is contained in:
Evan Prodromou 2008-05-21 11:36:52 -04:00
parent ddcf051b26
commit 2fa7ab2f44
1 changed files with 1 additions and 1 deletions

View File

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