Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 3.0 M1
-
Component/s: {Unused} Export
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
Description
In the xhtml2fo.xsl file the ol-labels should be:
<xsl:param name="ol-label-1">1.</xsl:param>
<xsl:attribute-set name="ol-label-1"/>
<xsl:param name="ol-label-2">1.</xsl:param>
<xsl:attribute-set name="ol-label-2"/>
<xsl:param name="ol-label-3">1.</xsl:param>
<xsl:attribute-set name="ol-label-3"/>
Currently there is a. and i. for label 2 and label 3