You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2008/12/10 04:22:33 UTC

svn commit: r724964 - /forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Author: crossley
Date: Tue Dec  9 19:22:32 2008
New Revision: 724964

URL: http://svn.apache.org/viewvc?rev=724964&view=rev
Log:
Remove extraneous quote.
Contributed by: Antoine ROBERT
Issue: FOR-1136

Modified:
    forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Modified: forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=724964&r1=724963&r2=724964&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl (original)
+++ forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl Tue Dec  9 19:22:32 2008
@@ -689,7 +689,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()"