FB2 Input: Do not put a border around images

This commit is contained in:
Kovid Goyal 2015-03-06 20:16:30 +05:30
parent 615a3dfcf5
commit 3a284d0860

View File

@ -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>