mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
FB2 Input: Do not put a border around images
This commit is contained in:
parent
615a3dfcf5
commit
3a284d0860
@ -401,7 +401,6 @@
|
||||
<xsl:template match="fb:body/fb:image|fb:section/fb:image">
|
||||
<div align="center">
|
||||
<xsl:element name="img">
|
||||
<xsl:attribute name="border">1</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="starts-with(@xlink:href,'#')">
|
||||
<xsl:attribute name="src"><xsl:value-of select="substring-after(@xlink:href,'#')"/></xsl:attribute>
|
||||
|
Loading…
x
Reference in New Issue
Block a user