filter/source/xslt/odf2xhtml/export/xhtml/body.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c66994690853445e37c6f66ebd25d130d3430293
Author:     Svante Schubert <svante.schub...@gmail.com>
AuthorDate: Fri Oct 9 14:08:31 2020 +0200
Commit:     Michael Stahl <michael.st...@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.st...@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">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to