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 4b3b09f commit 268f863
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 @@ -342,11 +342,11 @@ Names
</xsl:template>

<xsl:template match="koma">
<xsl:for-each select=".">

<xsl:choose>
<xsl:when test=".[fn:position() = last()]">Hallo</xsl:when>
<xsl:when test=".[position() = last()]">Hallo</xsl:when>
<xsl:otherwise>,</xsl:otherwise>
</xsl:choose>,</xsl:for-each>
</xsl:choose>,
</xsl:template>

<xsl:template match="$MUFIEXPORT//fn:array" name="kb-table">
Expand Down

0 comments on commit 268f863

Please sign in to comment.