mirror of
https://github.com/friendica/friendica
synced 2025-04-22 05:50:13 +00:00
Use the correct content type
This commit is contained in:
parent
989ac2fda8
commit
c88d306a41
3 changed files with 3 additions and 3 deletions
|
@ -54,6 +54,6 @@ class HostMeta extends BaseModule
|
|||
'$bigkey' => Salmon::salmonKey($config->get('system', 'site_pubkey'))
|
||||
]);
|
||||
|
||||
System::httpExit($content, Response::TYPE_XML);
|
||||
System::httpExit($content, Response::TYPE_XML, 'application/xrd+xml');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue