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 27, 2022
1 parent 5569b22 commit f19669e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ Names
<xsl:template match="koma">
<xsl:variable name="nrk"><nummer><xsl:number format="1" start-at="1"/></nummer></xsl:variable>
<xsl:variable name="tt">
<xsl:for-each select="$nrk//nummer">
<xsl:sort order="descending"/>
<xsl:value-of select="."/>
<xsl:for-each select="$nrk">
<xsl:sort order="descending" select="nummer"/>
<xsl:value-of select="nummer"/>
</xsl:for-each>
</xsl:variable>

Expand Down

0 comments on commit f19669e

Please sign in to comment.