mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Try to keep whitespace when splitting up styles
This commit is contained in:
parent
341403d0ca
commit
3c5f14e960
@ -97,11 +97,11 @@ Breakers
|
||||
<w:rPr>
|
||||
<xsl:apply-templates select=".|child::*" />
|
||||
</w:rPr>
|
||||
<w:t><xsl:value-of select="." /></w:t>
|
||||
<w:t xml:space="preserve"><xsl:value-of select="." /></w:t>
|
||||
</w:r>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<w:r><w:t><xsl:copy-of select="." /></w:t></w:r>
|
||||
<w:r><w:t xml:space="preserve"><xsl:copy-of select="." /></w:t></w:r>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:for-each>
|
||||
|
Loading…
Reference in New Issue
Block a user