mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +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:choose>
|
||||
<xsl:when test="title">
|
||||
<xsl:apply-imports />
|
||||
<xsl:when test="@spacing='boost'">
|
||||
<p><xsl:apply-templates mode="boost.variablelist"/></p>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p><xsl:apply-templates mode="boost.variablelist"/></p>
|
||||
<xsl:apply-imports />
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
@ -153,11 +153,11 @@
|
||||
|
||||
<xsl:template match="variablelist">
|
||||
<xsl:choose>
|
||||
<xsl:when test="title">
|
||||
<xsl:apply-imports />
|
||||
<xsl:when test="@spacing='boost'">
|
||||
<p><xsl:apply-templates mode="boost.variablelist"/></p>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p><xsl:apply-templates mode="boost.variablelist"/></p>
|
||||
<xsl:apply-imports />
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user