Skip to content

Commit

Permalink
Fixed $block type
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Sep 17, 2024
1 parent 0ae34d1 commit f1c2f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ exclude-result-prefixes="#all"
<xsl:template name="ldh:BlockLoaded">
<xsl:context-item as="element()" use="required"/>
<xsl:param name="this" as="xs:anyURI"/>
<xsl:param name="block" select="." as="xs:anyURI"/>
<xsl:param name="block" select="." as="element()"/>
<xsl:param name="block-uri" as="xs:anyURI"/>
<xsl:param name="acl-modes" as="xs:anyURI*"/>
<xsl:param name="refresh-content" as="xs:boolean?"/>
Expand Down

0 comments on commit f1c2f28

Please sign in to comment.