falsely claim rss 1.0 is rss 2.0
darcs-hash:20080521153652-84dde-cf442ce24e278fc7c6b072785a8d0677bbc63e85.gz
This commit is contained in:
parent
ddcf051b26
commit
2fa7ab2f44
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user