mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
fix bug where default values of non-type template parameters were not showing up
[SVN r37175]
This commit is contained in:
parent
a21fa84dc3
commit
18eced6070
@ -404,7 +404,7 @@
|
||||
|
||||
<xsl:choose>
|
||||
<xsl:when test="$highlight">
|
||||
<xsl:apply-templates select="$parameter/default/*" mode="highlight"/>
|
||||
<xsl:apply-templates select="$parameter/default/*|$parameter/default/text()" mode="highlight"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="$def"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user