Error in skins/common/document-to-fo.xsl
----------------------------------------

                 Key: FOR-1136
                 URL: https://issues.apache.org/jira/browse/FOR-1136
             Project: Forrest
          Issue Type: Bug
          Components: Skins (general issues)
    Affects Versions: 0.9-dev
            Reporter: Antoine ROBERT


Hi 

There is a simple error at line 692 of 
%FORREST_HOME%\main\webapp\skins\common\xslt\fo\document-to-fo.xsl

<xsl:attribute
                    name="space-after">6pt"</xsl:attribute>

should be

<xsl:attribute
                    name="space-after">6pt</xsl:attribute>

?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.