summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:38 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-03 10:27:51 +0200
commit34b2429b7617729b524f90ba704d4077fbd92f98 (patch)
tree2629e5116f475feec2ef60170a86cf9afc503cfc /filter
parentdbabaed92cdc8f18eee2173c752532a2812eb612 (diff)
Fix typo
Change-Id: I9814df646801d2ffd7075aaa18b3682dbc0d86ab Reviewed-on: https://gerrit.libreoffice.org/73359 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/table.xsl2
1 files changed, 1 insertions, 1 deletions
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">