summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Osgood <iano@quirkster.com>2006-03-15 22:41:08 -0800
committerIan Osgood <iano@quirkster.com>2006-03-15 22:41:08 -0800
commit5ccf7216d266f22755e40a8b9858ebd60fd48f40 (patch)
treeef8dc1ce59ed1d59a82d4e3a8b035a706d5f9156
parent35ecaf45be75cb78fe18dd4ea9d564b03f6cea67 (diff)
Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested
and add more button, key, and graphics enumerations.
-rw-r--r--src/c-client.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c-client.xsl b/src/c-client.xsl
index 6306a5c..56dbaac 100644
--- a/src/c-client.xsl
+++ b/src/c-client.xsl
@@ -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>