1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 16:55:07 -05:00

XEP2PDF: Fixing typo.

This commit is contained in:
Tobias Markmann 2010-09-20 22:39:06 +02:00
parent a1a63a9544
commit e6f664a686

View File

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