diff options
author | Ian Osgood <iano@quirkster.com> | 2006-03-15 22:41:08 -0800 |
---|---|---|
committer | Ian Osgood <iano@quirkster.com> | 2006-03-15 22:41:08 -0800 |
commit | 5ccf7216d266f22755e40a8b9858ebd60fd48f40 (patch) | |
tree | ef8dc1ce59ed1d59a82d4e3a8b035a706d5f9156 /src/c-client.xsl | |
parent | 35ecaf45be75cb78fe18dd4ea9d564b03f6cea67 (diff) |
Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested
and add more button, key, and graphics enumerations.
Diffstat (limited to 'src/c-client.xsl')
-rw-r--r-- | src/c-client.xsl | 2 |
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 << </xsl:text> - <xsl:value-of select="@bit" /> + <xsl:value-of select="." /> <xsl:text>)</xsl:text> </xsl:template> |