FB2 Input: Fix the "Annotations" section not showing up in the Table of Contents. Fixes #2038575 [A ToC item is lost when converting from FB2 to EPUB](https://bugs.launchpad.net/calibre/+bug/2038575)

This commit is contained in:
Kovid Goyal 2023-10-16 19:45:58 +05:30
parent b9385fb982
commit 4b720c416a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -291,7 +291,7 @@
<xsl:attribute name="name"><xsl:value-of select="@id"/></xsl:attribute>
</xsl:element>
</xsl:if>
<h3>Annotation</h3>
<h1>Annotation</h1>
<xsl:apply-templates/>
</xsl:template>
<!-- tables -->