Skip to content
Snippets Groups Projects
Commit 9362368c authored by Silvia Witzig's avatar Silvia Witzig
Browse files

add content of $g for corporates in titel index

parent d47a251b
Branches
Tags
No related merge requests found
......@@ -143,6 +143,9 @@
<xsl:value-of select="concat(', ', .)"/>
</xsl:for-each>
</xsl:if>
<xsl:if test="exists(child::subfield[@code='g']/text())">
<xsl:value-of select="concat(' (', child::subfield[@code='g'][1], ')')"/>
</xsl:if>
<xsl:value-of select="' / '"/>
</xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment