mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
1cf4f8661a
commit
6c339c4d4b
@ -136,6 +136,11 @@
|
|||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<xsl:if test="$section_has_title = 'None'">
|
<xsl:if test="$section_has_title = 'None'">
|
||||||
<a name="TOC_{generate-id()}" />
|
<a name="TOC_{generate-id()}" />
|
||||||
|
<xsl:if test="@id">
|
||||||
|
<xsl:element name="a">
|
||||||
|
<xsl:attribute name="name"><xsl:value-of select="@id"/></xsl:attribute>
|
||||||
|
</xsl:element>
|
||||||
|
</xsl:if>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:apply-templates>
|
<xsl:apply-templates>
|
||||||
<xsl:with-param name="section_toc_id" select="$section_has_title" />
|
<xsl:with-param name="section_toc_id" select="$section_has_title" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user