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 43dbe10 commit cb6b9d3
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 @@ -344,7 +344,7 @@ Names
<xsl:variable name="nrk"><xsl:number format="1" start-at="1"/></xsl:variable>
<xsl:variable name="tt">
<xsl:for-each select="$nrk">
<xsl:sort order="ascending"/>
<xsl:sort order="descending"/>
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:variable>
Expand Down

0 comments on commit cb6b9d3

Please sign in to comment.