Skip to content

Commit

Permalink
MIR-1366 simplify path
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoniafriedrich committed Jan 6, 2025
1 parent d6a7c9b commit 4756bc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1612,11 +1612,11 @@
</xed:template>

<xed:template id="geographic">
<mir:geographic.repeated path="mods:subject[mods:geographic]/mods:geographic" min="1" max="20" label="mir.geographic" help-text="{i18n:mir.help.cartographics.place}" />
<mir:geographic.repeated path="mods:subject/mods:geographic" min="1" max="20" label="mir.geographic" help-text="{i18n:mir.help.cartographics.place}" />
</xed:template>

<xed:template id="geographic.complex">
<mir:geographic.repeated path="mods:subject[mods:geographic]/mods:geographic" min="1" max="20" label="mir.geographic" help-text="{i18n:mir.help.cartographics.place}" extended="true" />
<mir:geographic.repeated path="mods:subject/mods:geographic" min="1" max="20" label="mir.geographic" help-text="{i18n:mir.help.cartographics.place}" extended="true" />
</xed:template>

<xed:template id="geographic.input">
Expand Down

0 comments on commit 4756bc5

Please sign in to comment.