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

New commits:
commit 34b2429b7617729b524f90ba704d4077fbd92f98
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:23:38 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jun 3 10:27:51 2019 +0200

    Fix typo
    
    Change-Id: I9814df646801d2ffd7075aaa18b3682dbc0d86ab
    Reviewed-on: https://gerrit.libreoffice.org/73359
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/table.xsl 
b/filter/source/xslt/odf2xhtml/export/xhtml/table.xsl
index 91c6393516a1..8448665d20b3 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/table.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/table.xsl
@@ -159,7 +159,7 @@
             </xsl:if>
 
             <!-- empty cell tags produce problems with width CSS style on 
itself other table cells as well
-                therefore an non breakable space (&nbsp;/&#160;) have been 
inserted.-->
+                therefore a non breakable space (&nbsp;/&#160;) have been 
inserted.-->
             <xsl:choose>
                 <xsl:when test="node()">
                     <xsl:call-template name="apply-styles-and-content">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to