Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested
authorIan Osgood <iano@quirkster.com>
Thu, 16 Mar 2006 06:41:08 +0000 (22:41 -0800)
committerIan Osgood <iano@quirkster.com>
Thu, 16 Mar 2006 06:41:08 +0000 (22:41 -0800)
 and add more button, key, and graphics enumerations.

src/c-client.xsl

index 6306a5c..56dbaac 100644 (file)
@@ -1091,7 +1091,7 @@ authorization from the authors.
 
   <xsl:template match="bit" mode="output-expression">
     <xsl:text>(1 &lt;&lt; </xsl:text>
-    <xsl:value-of select="@bit" />
+    <xsl:value-of select="." />
     <xsl:text>)</xsl:text>
   </xsl:template>