FB2 Input: Fix #4215 (GARBLED TITLES IN EPUB CONVERSION)

This commit is contained in:
Kovid Goyal 2009-12-16 14:54:22 -07:00
parent 43e4171e88
commit 3737a93493

View File

@ -187,7 +187,7 @@
<!-- section/title -->
<xsl:template match="fb:body/fb:title">
<xsl:element name="h1">
<xsl:apply-templates mode="title"/>
<xsl:apply-templates />
</xsl:element>
</xsl:template>