• Fixed bug that caused tables to be output twice in (X)HTML.
1 parent bf49517 commit e99a6b4c9b3ee25bce8d9e465d2f6277fc16449c
Nigel Stanger authored on 10 Jul 2014
Showing 1 changed file
View
1
■■■■
modules/floaters.xml
<xsl:if test="@label"><a id="{@label}"></a></xsl:if>
<xsl:apply-templates select="*[not(self::caption)]" />
</div>
<xsl:if test="@label"><a id="{@label}"></a></xsl:if>
<xsl:apply-templates select="*[not(self::caption)]" />
<xsl:if test="count(caption) != 0">
<br />
<xsl:apply-templates select="caption" />
</xsl:if>