mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
html.xsl, html-single.xsl: Use function requirements <variablelist> formatting
when spacing="boost" [SVN r18964]
This commit is contained in:
parent
bfa67ad183
commit
d9d5f69a7e
@ -14,11 +14,11 @@
|
|||||||
|
|
||||||
<xsl:template match="variablelist">
|
<xsl:template match="variablelist">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="title">
|
<xsl:when test="@spacing='boost'">
|
||||||
<xsl:apply-imports />
|
<p><xsl:apply-templates mode="boost.variablelist"/></p>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<p><xsl:apply-templates mode="boost.variablelist"/></p>
|
<xsl:apply-imports />
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
@ -153,11 +153,11 @@
|
|||||||
|
|
||||||
<xsl:template match="variablelist">
|
<xsl:template match="variablelist">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="title">
|
<xsl:when test="@spacing='boost'">
|
||||||
<xsl:apply-imports />
|
<p><xsl:apply-templates mode="boost.variablelist"/></p>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<p><xsl:apply-templates mode="boost.variablelist"/></p>
|
<xsl:apply-imports />
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user