Skip to content
Snippets Groups Projects
Commit c6522959 authored by Demian Katz's avatar Demian Katz
Browse files

More accurate OAI Content-type header.

- Resolves VUFIND-1042.
parent f2dbc52c
No related merge requests found
......@@ -113,7 +113,7 @@ class OaiController extends AbstractBase
// Return response:
$headers = $response->getHeaders();
$headers->addHeaderLine('Content-type', 'text/xml');
$headers->addHeaderLine('Content-type', 'text/xml; charset=UTF-8');
$response->setContent($xml);
return $response;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment