mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
39afea253c
commit
00f1d3f6aa
@ -256,14 +256,10 @@
|
|||||||
</xsl:template>
|
</xsl:template>
|
||||||
<!-- super/sub-scripts -->
|
<!-- super/sub-scripts -->
|
||||||
<xsl:template match="fb:sup">
|
<xsl:template match="fb:sup">
|
||||||
<sup>
|
<sup><xsl:apply-templates/></sup>
|
||||||
<xsl:apply-templates/>
|
|
||||||
</sup>
|
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
<xsl:template match="fb:sub">
|
<xsl:template match="fb:sub">
|
||||||
<sub>
|
<sub><xsl:apply-templates/></sub>
|
||||||
<xsl:apply-templates/>
|
|
||||||
</sub>
|
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
<!-- link -->
|
<!-- link -->
|
||||||
<xsl:template match="fb:a">
|
<xsl:template match="fb:a">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user