mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 13:35:31 +01:00
...
This commit is contained in:
parent
39afea253c
commit
00f1d3f6aa
1 changed files with 2 additions and 6 deletions
|
|
@ -256,14 +256,10 @@
|
|||
</xsl:template>
|
||||
<!-- super/sub-scripts -->
|
||||
<xsl:template match="fb:sup">
|
||||
<sup>
|
||||
<xsl:apply-templates/>
|
||||
</sup>
|
||||
<sup><xsl:apply-templates/></sup>
|
||||
</xsl:template>
|
||||
<xsl:template match="fb:sub">
|
||||
<sub>
|
||||
<xsl:apply-templates/>
|
||||
</sub>
|
||||
<sub><xsl:apply-templates/></sub>
|
||||
</xsl:template>
|
||||
<!-- link -->
|
||||
<xsl:template match="fb:a">
|
||||
|
|
|
|||
Loading…
Reference in a new issue