Skip to content

Commit

Permalink
Fixed var name
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 17, 2024
1 parent 72374c6 commit e7debbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ WHERE
<!-- restore snapshot of block HTML that was captured before entering editing mode -->
<xsl:for-each select="$block">
<xsl:result-document href="?." method="ixsl:replace-content">
<xsl:sequence select="$$block-html/*"/>
<xsl:sequence select="$block-html/*"/>
</xsl:result-document>
</xsl:for-each>

Expand Down

0 comments on commit e7debbb

Please sign in to comment.