Attempt to fix broken bullets, doubled numbers

This commit is contained in:
Nathan Gray 2011-08-18 16:09:15 +00:00
parent bda5e014d7
commit 341403d0ca

View File

@ -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="&#xB7;"/>
</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>