Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jan 6, 2022
1 parent d470cd2 commit 978932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smufl2tei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<xsl:for-each select="$classNames">
<xsl:sort/>
<xsl:element name="item">
<xsl:value-of select="$glyphName"/>
<xsl:value-of select="."/>
</xsl:element>
</xsl:for-each>
</xsl:element>
Expand Down

0 comments on commit 978932c

Please sign in to comment.