mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Attempt to fix broken bullets, doubled numbers
This commit is contained in:
parent
bda5e014d7
commit
341403d0ca
@ -207,7 +207,7 @@ Breakers
|
||||
<w:numId w:val="1"/>
|
||||
<w:numFmt w:val="bullet"/>
|
||||
<w:lvlJc w:val="left"/>
|
||||
<w:lvlText w:val=""/>
|
||||
<w:lvlText w:val="·"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</w:numPr>
|
||||
@ -220,7 +220,9 @@ Breakers
|
||||
<w:r>
|
||||
<xsl:choose>
|
||||
<xsl:when test="name(..)='ol'">
|
||||
<!-- This line gives numbers when opened in OO.o, but when the file is opened in MSWord, the numbers are doubled.
|
||||
<w:t><xsl:number value="position()" format="1" />. </w:t>
|
||||
-->
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<w:rPr>
|
||||
|
Loading…
Reference in New Issue
Block a user