diff options
-rw-r--r-- | convert.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.xsl b/convert.xsl index d8f1d77..8717512 100644 --- a/convert.xsl +++ b/convert.xsl @@ -23,7 +23,7 @@ </xsl:template> <xsl:template match="em" mode="copy-with-notes"> - <style fs="emphasize"> + <style fs="emphasis"> <xsl:value-of select="." /> </style> </xsl:template> |