Skip to content

Commit

Permalink
Moved ldh:PostConstruct call into $block context
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 19, 2024
1 parent 8d6e732 commit 4460afb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -779,9 +779,9 @@ WHERE
<xsl:result-document href="?." method="ixsl:replace-content">
<xsl:copy-of select="$row-form/*"/>
</xsl:result-document>
</xsl:for-each>

<xsl:apply-templates select="." mode="ldh:PostConstruct"/>
<xsl:apply-templates select="." mode="ldh:PostConstruct"/>
</xsl:for-each>

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

0 comments on commit 4460afb

Please sign in to comment.