Skip to content

Commit

Permalink
Merge 93aa157 into a819b1f
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Jun 4, 2021
2 parents a819b1f + 93aa157 commit 4caa4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/export/mods.tt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ti: [% rw.reviewedWorkTitle | xml_strict %]
<physicalDescription><internetMediaType>[% fi.content_type | xml_strict %]</internetMediaType></physicalDescription>
[%- END %]
[%- IF fi.embargo %]<accessCondition type="allowOAdate">[% fi.embargo | xml_strict %]</accessCondition>[% END %]
[%- IF fi.access_level == 'open_access' %]<accessCondition type="restrictionOnAccess">no</accessCondition>[% END %]
<accessCondition type="restrictionOnAccess">[% fi.accessRestriction | xml_strict %]</accessCondition>
</relatedItem>
[%- END %]
[%- END %]
Expand Down Expand Up @@ -241,4 +241,4 @@ ti: [% rw.reviewedWorkTitle | xml_strict %]
[%- IF date_created %]<recordCreationDate encoding="w3cdtf">[% date_created %]</recordCreationDate>[% END %]
[%- IF date_updated %]<recordChangeDate encoding="w3cdtf">[% date_updated %]</recordChangeDate>[% END %]
</recordInfo>
</mods>
</mods>

0 comments on commit 4caa4ce

Please sign in to comment.