Color bool.

This commit is contained in:
Steve Checkoway
2007-08-12 04:17:03 +00:00
parent 7654b0e02d
commit 486d9497ca
+2 -1
View File
@@ -246,7 +246,8 @@
<xsl:when test="$type='void' or
$type='int' or
$type='float' or
$type='string'">
$type='string' or
$type='bool'">
<span class="primitiveType">
<xsl:value-of select="$type" />
</span>