Skip to content
Snippets Groups Projects
Commit 48352af9 authored by Jens Kupferschmidt's avatar Jens Kupferschmidt
Browse files

fix type

parent 994b22b3
Branches
No related merge requests found
......@@ -75,7 +75,7 @@
<div>
<xsl:if test="$native/metadata/def.biocol02">
<xsl:call-template name="printI18N">
<xsl:with-param name="nodes" select="$native/metadata/def.biocol07/biocol02" />
<xsl:with-param name="nodes" select="$native/metadata/def.biocol02/biocol02" />
<xsl:with-param name="next" select="'&lt;br /&gt;'" />
</xsl:call-template>
</xsl:if>
......
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