Skip to content
Snippets Groups Projects
Commit 1dcc4074 authored by David Maus's avatar David Maus
Browse files

Fix typo bei Bildung von mods:subTitle

parent 254c782b
No related branches found
No related tags found
No related merge requests found
...@@ -308,8 +308,8 @@ ...@@ -308,8 +308,8 @@
</mods:title> </mods:title>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
<xsl:if test="pica:subfield[@code = 'd']"> <xsl:if test="$titleField/pica:subfield[@code = 'd']">
<mods:subTitle><xsl:value-of select="pica:subfield[@code = 'd']"/></mods:subTitle> <mods:subTitle><xsl:value-of select="$titleField/pica:subfield[@code = 'd']"/></mods:subTitle>
</xsl:if> </xsl:if>
</mods:titleInfo> </mods:titleInfo>
</xsl:template> </xsl:template>
......
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