Author: ferdinand
Date: Tue Feb 12 08:03:37 2008
New Revision: 620837

URL: http://svn.apache.org/viewvc?rev=620837&view=rev
Log:
Bugfix that made fop ignore spacing before lists

Modified:
    
forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl

Modified: 
forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
URL: 
http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl?rev=620837&r1=620836&r2=620837&view=diff
==============================================================================
--- 
forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
 (original)
+++ 
forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
 Tue Feb 12 08:03:37 2008
@@ -679,7 +679,7 @@
             <xsl:if
                 test="not(following-sibling::li[1])">
                 <xsl:attribute
-                    name="space-after">6pt"</xsl:attribute>
+                    name="space-after">6pt</xsl:attribute>
             </xsl:if>
             <fo:list-item-label
                 end-indent="label-end()"