mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Unnamed parameter fix, from Julio M. Merino Vidal
[SVN r34797]
This commit is contained in:
parent
168ede115f
commit
c6499c1345
@ -357,7 +357,7 @@
|
|||||||
<!-- Information for this parameter -->
|
<!-- Information for this parameter -->
|
||||||
<xsl:variable name="parameter" select="$parameters[position()=1]"/>
|
<xsl:variable name="parameter" select="$parameters[position()=1]"/>
|
||||||
<xsl:variable name="name">
|
<xsl:variable name="name">
|
||||||
<xsl:if test="$include-names">
|
<xsl:if test="$include-names and $parameter/@name != ''">
|
||||||
<xsl:text> </xsl:text><xsl:value-of select="$parameter/@name"/>
|
<xsl:text> </xsl:text><xsl:value-of select="$parameter/@name"/>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user