Skip to content
Snippets Groups Projects
Commit c5b3cb07 authored by alangrafu's avatar alangrafu
Browse files

Extension based on content type of the page retrieved, not the one based on the HTTP Accept header

parent 69199249
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ if($res == $uri){ ...@@ -59,6 +59,7 @@ if($res == $uri){
} }
$uri = $res; $uri = $res;
$extension = Utils::getExtension($format);
/*Redefine Content type based on the /*Redefine Content type based on the
* dcterms:format for this page * dcterms:format for this page
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment