• Corrected exercise element to produce HTML output when it contains embedded paragraph elements.
1 parent 314dd6c commit adc4f1f34693249d492a246b69b0afa6614923fb
Nigel Stanger authored on 5 Aug 2015
Showing 1 changed file
View
4
modules/q-and-a.xml
<xsl:text>\medskip</xsl:text>
</common>
<common formats="/html/xhtml/">
<xsl:if test="@label"><a id="{@label}"></a></xsl:if>
<p style="border: 1px solid black; padding: 0.25em; margin-top: 0.5em; margin-bottom: 0.5em;">
<div style="border: 1px solid black; padding: 0.25em; margin-top: 0.5em; margin-bottom: 0.5em;">
<strong>
<xsl:text>Exercise </xsl:text>
<xsl:number count="exercise" level="any" format="1" />
<xsl:text>: </xsl:text>
</strong>
<xsl:apply-templates />
</p>
</div>
</common>
</template>