Skip to content
Snippets Groups Projects
Commit 7e185911 authored by David Maus's avatar David Maus
Browse files

Korrigere MIME-Type MODS

parent 2b30085f
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ switch ($format) { ...@@ -89,7 +89,7 @@ switch ($format) {
$sourceUri = sprintf(PICA_TEMPLATE, $ident); $sourceUri = sprintf(PICA_TEMPLATE, $ident);
$content = transform($sourceUri, $templateUri); $content = transform($sourceUri, $templateUri);
if ($content) { if ($content) {
$response = new Response($content, 200, array('Content-Type' => 'application/rdf+xml')); $response = new Response($content, 200, array('Content-Type' => 'application/mods+xml'));
break; break;
} }
} }
......
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