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 23, 2022
1 parent deab3f2 commit cac5dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Names
<line><xsl:for-each select="fn:current-group()">\u<xsl:value-of select="fn:string[@key = 'codepoint']"/><sp/></xsl:for-each></line>
</xsl:for-each-group>
</xsl:variable>
<xsl:message select="$keys"/>
<xsl:for-each select="$keys/line[fn:position() &lt; last()]">
"<xsl:apply-templates/><xsl:text disable-output-escaping="yes">",&#xD;</xsl:text>
</xsl:for-each>
Expand Down Expand Up @@ -310,7 +311,7 @@ Names


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

<link rel="stylesheet" href="table_hide.css"/>
<link rel="stylesheet" type="text/css"
href="https://cdn.datatables.net/1.11.4/css/jquery.dataTables.css"/>
Expand Down

0 comments on commit cac5dbd

Please sign in to comment.