mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Correct RTF line height
This commit is contained in:
parent
a203858900
commit
717ab15bf9
@ -262,7 +262,7 @@
|
||||
</xsl:if>
|
||||
<xsl:if test="@line-spacing">
|
||||
<xsl:text>line-height:</xsl:text>
|
||||
<xsl:value-of select="@line-height"/>
|
||||
<xsl:value-of select="@line-spacing"/>
|
||||
<xsl:text>pt;</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test="(@align = 'just')">
|
||||
|
Loading…
x
Reference in New Issue
Block a user