Skip to content

Commit

Permalink
Fixed param value
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Aug 13, 2024
1 parent fa4ec4f commit 5ce6c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ exclude-result-prefixes="#all"

<xsl:apply-templates select="." mode="ldh:LoadBlock">
<xsl:with-param name="acl-modes" select="$acl-modes"/>
<xsl:with-param name="doc" select="$results"/>
<xsl:with-param name="doc" select="$doc"/>
<xsl:with-param name="refresh-content" select="$refresh-content"/>
</xsl:apply-templates>
</xsl:template>
Expand Down

0 comments on commit 5ce6c2e

Please sign in to comment.