• Fixed vertical spacing of captions for floaters.
1 parent e99a6b4 commit a1e8b59ed66b3e057b65bd1f0329378c2b68953e
Nigel Stanger authored on 10 Jul 2014
Showing 1 changed file
View
2
■■■
modules/floaters.xml
<xsl:if test="@label"><a id="{@label}"></a></xsl:if>
<xsl:apply-templates select="*[not(self::caption)]" />
</div>
<xsl:if test="count(caption) != 0">
<br />
<xsl:apply-templates select="caption" />
</xsl:if>
</div>
</common>
<xsl:apply-templates select="*[not(self::caption)]" />
</div>
<xsl:if test="@label"><a id="{@label}"></a></xsl:if>
<xsl:if test="count(caption) != 0">
<br />
<xsl:apply-templates select="caption" />
</xsl:if>
</div>
</common>