Skip to content
Snippets Groups Projects
Commit 3557791a authored by pbarroca's avatar pbarroca
Browse files

OAI: correction mauvais placement resumptionToken

parent 9ae57fd2
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
<?php if ($this->headers) { ?>
<ListIdentifiers>
<?php echo $this->headers; ?>
<?php echo ($this->token) ? $this->token->renderOn($this->builder): '' ?>
</ListIdentifiers>
<?php } ?>
<?php echo ($this->token) ? $this->token->renderOn($this->builder): '' ?>
</OAI-PMH>
......@@ -8,7 +8,7 @@
<?php if ($this->records) { ?>
<ListRecords>
<?php echo $this->records; ?>
<?php echo ($this->token) ? $this->token->renderOn($this->builder): '' ?>
</ListRecords>
<?php } ?>
<?php echo ($this->token) ? $this->token->renderOn($this->builder): '' ?>
</OAI-PMH>
\ No newline at end of file
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