[Libreoffice-commits] core.git: filter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 3 08:28:54 UTC 2019


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

New commits:
commit 34b2429b7617729b524f90ba704d4077fbd92f98
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:38 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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 ( / ) have been inserted.-->
+                therefore a non breakable space ( / ) have been inserted.-->
             <xsl:choose>
                 <xsl:when test="node()">
                     <xsl:call-template name="apply-styles-and-content">


More information about the Libreoffice-commits mailing list