Skip to content

Commit

Permalink
Fixed the type of $block-html
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 17, 2024
1 parent 0a1f4f4 commit 7a547e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ WHERE
<xsl:message>ixsl:location(): <xsl:value-of select="ixsl:location()"/></xsl:message>

<!-- retrieve stored HTML before editing mode was enabled -->
<xsl:variable name="block-html" select="ixsl:get(ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || $about || '`'), 'block-html')" as="document-node()"/>
<xsl:variable name="block-html" select="ixsl:get(ixsl:get(ixsl:get(ixsl:window(), 'LinkedDataHub.contents'), '`' || $about || '`'), 'block-html')" as="element()"/>
<xsl:message>$block-html: <xsl:value-of select="serialize($block-html)"/></xsl:message>

<!--
Expand Down

0 comments on commit 7a547e2

Please sign in to comment.