Skip to content

Commit

Permalink
Added format string
Browse files Browse the repository at this point in the history
  • Loading branch information
jajreijnders committed Jan 10, 2022
1 parent edcd61c commit b841224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oai-pmh/oaiserver.php
Expand Up @@ -424,6 +424,7 @@ private function add_metadata($metadataPrefix,$cur_record, $record)
// TECHNICAL - location

$technical_node = $this->response->addChild($schema_node, 'technical');
$this->response->addChild($technical_node,'format','text/html');
$location = $record['metadata']['misc']['location'];
$this->response->addChild($technical_node, 'location', $location);

Expand Down

0 comments on commit b841224

Please sign in to comment.