[Libreoffice-commits] core.git: filter/source
Svante Schubert (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 2 12:26:00 UTC 2021
filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c66994690853445e37c6f66ebd25d130d3430293
Author: Svante Schubert <svante.schubert at gmail.com>
AuthorDate: Fri Oct 9 14:08:31 2020 +0200
Commit: Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Mar 2 13:25:01 2021 +0100
HTML XSLT: Adding explicitly whitespace - prior been erased in patch - as it is often missing in our LO version used to create the MathML
Change-Id: I90468c89297b5f3d70e7ba61cde5481069fc600b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111622
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 71f6fa20ec4d..f55c7ee97009 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1058,7 +1058,7 @@
replacement image and keep only the id attribute.
See fdo#66645 -->
<xsl:apply-templates select="@draw:name"/>
- <xsl:apply-templates select="draw:object[1]"/>
+ <xsl:apply-templates select="draw:object[1]"/><xsl:text> </xsl:text><!-- often trailing whitespace is missing -->
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="style">
More information about the Libreoffice-commits
mailing list