[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 7 17:51:22 UTC 2019
filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 76681af6d846f9b285b4034826722766e47415e2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Oct 7 12:56:13 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Oct 7 19:50:19 2019 +0200
Fix typo
Change-Id: I81084e169722f6abcc660e360d6e39aff7446240
Reviewed-on: https://gerrit.libreoffice.org/80370
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
index d59ea006a9be..e872d58dbdad 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
@@ -124,9 +124,9 @@
<xsl:param name="onlyStyleOutput" select="false()" />
<xsl:param name="onlyStyleOutputEnabled" select="boolean($onlyStyleOutput)" />
- <!-- ************************************* -->
- <!-- *** build the propriate HTML file *** -->
- <!-- ************************************* -->
+ <!-- *************************************** -->
+ <!-- *** build the appropriate HTML file *** -->
+ <!-- *************************************** -->
<xsl:template match="/">
<!-- debug output of parameter value set -->
<xsl:if test="$debugEnabled">
More information about the Libreoffice-commits
mailing list