Skip to content

Commit

Permalink
Fixed type-metadata param name
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Aug 10, 2024
1 parent 88a2d4c commit c237972
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ WHERE
<xsl:apply-templates select="$property" mode="bs2:TypeControl">
<!-- generate fresh $for value because otherwise we can generate existing IDs from the same constructor -->
<xsl:with-param name="for" select="'id' || ac:uuid()"/>
<xsl:with-param name="$type-metadata" select="$constructed-doc"/>
<xsl:with-param name="type-metadata" select="$constructed-doc"/>
</xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit c237972

Please sign in to comment.