Skip to content

Commit

Permalink
Remove the $block-html value after it has been used
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 17, 2024
1 parent becfb6c commit 8fc67d4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@ WHERE
</xsl:result-document>
</xsl:for-each>

<!-- remove the $block-html value -->
<ixsl:remove-property name="block-html" object="ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || $about || '`')"/>

<ixsl:set-style name="cursor" select="'default'" object="ixsl:page()//body"/>
</xsl:template>

Expand Down

0 comments on commit 8fc67d4

Please sign in to comment.