mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-25 00:02:32 -04:00
...
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user