Skip to content

Commit

Permalink
Another ldh:PostConstruct fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 21, 2023
1 parent af3e4c3 commit 206b3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ WHERE
</xsl:result-document>
</xsl:for-each>
<!-- initialize SPARQL editor -->
<xsl:apply-templates select="$container//textarea[contains-token(@class, 'sparql-query-form')]" mode="ldh:PostConstruct"/>
<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"/>
</xsl:template>
Expand Down

0 comments on commit 206b3c3

Please sign in to comment.