make sure that default arguments for parameters that start a new line are highlighted.

[SVN r63364]
This commit is contained in:
Steven Watanabe 2010-06-26 17:23:54 +00:00
parent 269a8e741d
commit 153b3e63b4

View File

@ -499,9 +499,9 @@
mode="annotation">
<xsl:with-param name="highlight" select="true()"/>
</xsl:apply-templates>
<xsl:value-of select="$pack"/>
<xsl:copy-of select="$pack"/>
<xsl:value-of select="$name"/>
<xsl:value-of select="$default"/>
<xsl:copy-of select="$default"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="concat($prefix, $text)"/>