Skip to content

Commit

Permalink
Update keyboard.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Jun 24, 2022
1 parent f43fb46 commit a85d527
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,10 @@ Names
</xsl:template>

<xsl:template match="number">
number:" <xsl:number value="position()"/>
<xsl:for-each select=".">
number: <xsl:number/>
</xsl:for-each>

</xsl:template>


Expand Down

0 comments on commit a85d527

Please sign in to comment.