Skip to content

Commit

Permalink
ldh:PostConstruct fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 22, 2023
1 parent 94ef88d commit 1057459
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,8 @@ WHERE
<xsl:copy-of select="$row/*"/> <!-- inject the content of div.row-fluid -->
</xsl:result-document>
</xsl:for-each>
<xsl:apply-templates select="id($div-id, ixsl:page())" mode="ldh:PostConstruct"/>
<!-- initialize SPARQL editor -->
<xsl:apply-templates select="$container//textarea[contains-token(@class, 'sparql-query-string')]" mode="ldh:PostConstruct"/>

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

Expand Down

0 comments on commit 1057459

Please sign in to comment.