[MERGE] base_report_designer: Remove double . in numbered bulleted list

bzr revid: qdp-launchpad@openerp.com-20130405135750-ib4fv7dthwqou60h
This commit is contained in:
Quentin (OpenERP) 2013-04-05 15:57:50 +02:00
commit 3a06e25894
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@
<xsl:value-of select="$size" />
</xsl:attribute>
</xsl:if>
<seq id="{../../@text:style-name}"/>.</bullet>
<seq id="{../../@text:style-name}"/></bullet>
</xsl:otherwise>
</xsl:choose>
</xsl:if>

View File

@ -414,7 +414,7 @@
<xsl:value-of select="$size" />
</xsl:attribute>
</xsl:if>
<seq id="{../../@text:style-name}"/>.</bullet>
<seq id="{../../@text:style-name}"/></bullet>
</xsl:otherwise>
</xsl:choose>