Skip to content

Commit

Permalink
Fixed var name
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Sep 17, 2024
1 parent 45d68cc commit 1430c3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ exclude-result-prefixes="#all"
</xsl:message>

<xsl:choose>
<xsl:when test="?status = 200 and ?media-type = 'application/rdf+xml' and $block">
<xsl:when test="?status = 200 and ?media-type = 'application/rdf+xml' and $resource">
<xsl:call-template name="ldh:BlockLoaded">
<xsl:with-param name="this" select="$this"/>
<xsl:with-param name="block-uri" select="$block-uri"/>
Expand Down

0 comments on commit 1430c3a

Please sign in to comment.