Output proper HTML and XML headers for single Atom entry
RFC5023 <https://tools.ietf.org/html/rfc5023> specifies that the content type parameter 'type=entry' should be used to clarify data.
This commit is contained in:
parent
d115f9dd1b
commit
ba4a84602a
|
@ -790,7 +790,8 @@ class ApiAction extends Action
|
|||
|
||||
function showSingleAtomStatus($notice)
|
||||
{
|
||||
header('Content-Type: application/atom+xml; charset=utf-8');
|
||||
header('Content-Type: application/atom+xml;type=entry;charset="utf-8"');
|
||||
print '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
|
||||
print $notice->asAtomEntry(true, true, true, $this->scoped);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user