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 23, 2022
1 parent 12d2325 commit 3d25fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Names
<xsl:for-each select="fn:current-group()">
{
<sp/>
"number:" <xsl:number count="fn:string[@key = 'mufichar']" format="1" />
"number:" <xsl:number count="." format="1" />
"row": 1,
"column": 3,
"character": "<xsl:value-of select="fn:string[@key = 'mufichar']"/>
Expand Down

0 comments on commit 3d25fe7

Please sign in to comment.