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 28, 2022
1 parent 4a00145 commit 1bddd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ Names
<xsl:for-each-group select="fn:current-group()" group-by="fn:string[@key = 'alpha']">
<xsl:sort order="ascending" select="fn:string[@key = 'alpha']"/>
<xsl:for-each select="fn:current-group()">
{<number/>"character": "<xsl:value-of select="fn:string[@key = 'mufichar']"/>"
}<koma/>
{<number/>"character": "<xsl:value-of select="fn:string[@key = 'mufichar']"/>"
}<koma/>
</xsl:for-each>
</xsl:for-each-group>
</line></xsl:variable>
Expand Down

0 comments on commit 1bddd6f

Please sign in to comment.