Skip to content

Commit

Permalink
Pass $block to ldh:RenderRow instead of $block-uri
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 13, 2024
1 parent 5238b00 commit b1584ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ exclude-result-prefixes="#all"
</xsl:for-each>

<xsl:apply-templates select="$constructor" mode="ldh:RenderRow">
<xsl:with-param name="this" select="$this"/>
<xsl:with-param name="block" select="$block"/>
<xsl:with-param name="container" select="$container//div[contains-token(@class, 'sparql-query-results')]"/>
<xsl:with-param name="block-uri" select="$block-uri"/>
<xsl:with-param name="this" select="$this"/>
<xsl:with-param name="base-uri" select="ac:absolute-path(ldh:base-uri(.))"/>
<xsl:with-param name="select-query" select="$constructor//*[@rdf:about = $query-uri]"/>
</xsl:apply-templates>
Expand Down

0 comments on commit b1584ca

Please sign in to comment.