fix bug where default values of non-type template parameters were not showing up

[SVN r37175]
This commit is contained in:
Eric Niebler 2007-03-13 20:25:17 +00:00
parent a21fa84dc3
commit 18eced6070

View File

@ -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"/>