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 87f2509 commit 0437b19
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 @@ -228,7 +228,7 @@ Names

<!--<xsl:apply-templates/>-->

<xsl:for-each select="$keys/line[fn:position() &lt; last()]">
<xsl:for-each select="$keys/line[fn:position() &gt; last()]">
<xsl:apply-templates/><xsl:text disable-output-escaping="yes">,</xsl:text>
</xsl:for-each>
<xsl:value-of select="$keys/line[position()=last()]"/> {bksp}"]
Expand Down

0 comments on commit 0437b19

Please sign in to comment.