Skip to content

Commit

Permalink
Fixed condition
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 19, 2023
1 parent e3c67ed commit c3a4395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ WHERE
</xsl:if>-->

<xsl:choose>
<xsl:when test="id($chart-canvas-id, ixsl:page())">
<xsl:when test="not(id($chart-canvas-id, ixsl:page()))">
<xsl:for-each select="$container">
<xsl:result-document href="?." method="ixsl:append-content">
<xsl:apply-templates select="$results" mode="bs2:Chart">
Expand Down

0 comments on commit c3a4395

Please sign in to comment.