Skip to content

Commit

Permalink
Fix mapping for issue field
Browse files Browse the repository at this point in the history
  • Loading branch information
claussni committed Jul 19, 2018
1 parent a06e632 commit 0c783c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/qucosa_XSLT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<param name="modsElement"/>
<text>"issue":</text>
<call-template name="quote">
<with-param name="s" select="$modsElement/mods:part[@type='issue']/mods:detail/mods:caption"/>
<with-param name="s" select="$modsElement/mods:part[@type='issue']/mods:detail/mods:number"/>
</call-template>
</template>
<template name="abstract">
Expand Down

0 comments on commit 0c783c6

Please sign in to comment.