Skip to content

Commit

Permalink
FITB: do not use "body" mode for consituents (PR #2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrianwalton authored and rbeezer committed Jan 17, 2025
1 parent 6be773b commit 3b8fa73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsl/pretext-runestone-fitb.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<xsl:text>"problemHtml": </xsl:text>
<xsl:call-template name="escape-quote-xml">
<xsl:with-param name="xml_content">
<xsl:apply-templates select="statement/*" mode="body" />
<xsl:apply-templates select="statement/*" />
<xsl:if test="$b-dynamics-static-seed">
<div>
<xsl:attribute name="id">
Expand All @@ -124,7 +124,7 @@
<xsl:text>,&#xa;"solutionHtml": </xsl:text>
<xsl:call-template name="escape-quote-xml">
<xsl:with-param name="xml_content">
<xsl:apply-templates select="solution/*" mode="body" />
<xsl:apply-templates select="solution/*" />
</xsl:with-param>
</xsl:call-template>
<!-- Add packages that need to be loaded as javascript -->
Expand Down

0 comments on commit 3b8fa73

Please sign in to comment.