XEP2PDF: Fixing typo.

This commit is contained in:
Tobias Markmann 2010-09-20 22:39:06 +02:00
parent a1a63a9544
commit e6f664a686
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@
</xsl:template> </xsl:template>
<!-- span[@class='super] --> <!-- span[@class='super] -->
<xsl:template match="span[@class='super]"> <xsl:template match="span[@class='super']">
<math>^{<xsl:apply-templates/>}</math> <math>^{<xsl:apply-templates/>}</math>
</xsl:template> </xsl:template>