Project

General

Profile

« Previous | Next » 

Revision 34798

Fixed stringtemplate for provenance block

View differences:

OAI_GetRecord.st
26 26
</oai:metadata>
27 27
$endif$
28 28

  
29
$if($record.provenance$)
30
<about>
29
$if(record.provenance)$
30
<oai:about>
31 31
$record.provenance$
32
</about>
32
</oai:about>
33 33
$endif$
34 34

  
35 35
</oai:record>

Also available in: Unified diff