Skip to content

Commit

Permalink
Fixed $type-shapes param value
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 9, 2023
1 parent 3c12d36 commit 07b8634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ extension-element-prefixes="ixsl"
<xsl:with-param name="violations" select="$violations"/>
<xsl:with-param name="constructor" select="$constructor"/>
<xsl:with-param name="type-constraints" select="$type-constraints"/>
<xsl:with-param name="type-shapes" select="$shapes"/>
<xsl:with-param name="type-shapes" select="$type-shapes"/>
<xsl:with-param name="traversed-ids" select="$traversed-ids" tunnel="yes"/>
<xsl:with-param name="property-metadata" select="$property-metadata" tunnel="yes"/>
</xsl:apply-templates>
Expand Down

0 comments on commit 07b8634

Please sign in to comment.