Update fo.xsl

Remove stray text on end of line.
Fixes PDF doc build.
Aside: this whole Q&A set block could probably be removed now given that it appears to be a workaround for the ancient FOP-0.2.
This commit is contained in:
jzmaddock 2014-08-13 18:55:00 +01:00
parent dd29439a8f
commit c1828eda90

View File

@ -216,7 +216,7 @@
</xsl:choose> </xsl:choose>
</fo:list-item-label> </fo:list-item-label>
<fo:list-item-body start-indent="body-start()"> <fo:list-item-body start-indent="body-start()">
<xsl:apply-templates select="*[local-name(.)!='label']"/>text-align <xsl:apply-templates select="*[local-name(.)!='label']"/>
</fo:list-item-body> </fo:list-item-body>
</fo:list-item> </fo:list-item>
</xsl:template> </xsl:template>