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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Nov 7 21:37:44 UTC 2020


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

New commits:
commit 8bdaadf70b207d2f4a6b64375dde709b91b3d04c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Nov 7 21:19:15 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Nov 7 22:36:50 2020 +0100

    Fix typo
    
    Change-Id: I48ca76805f7f2b7c826ca7cff7927603275e5151
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105437
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl b/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl
index bbbb26703399..f26e2cc0a6c9 100644
--- a/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl
@@ -156,7 +156,7 @@
     <!-- *** Create Table for Content Table Paragraph *** -->
     <!-- ************************************************ -->
 
-    <!-- Usually the paragraph in a content-table are ordered by tab-stops, which can not be displayed correctly by XHTML/CSS
+    <!-- Usually the paragraphs in a content-table are ordered by tab-stops, which can not be displayed correctly by XHTML/CSS
      Therefore they will be simulated by a table -->
     <xsl:template match="text:p" mode="content-table">
         <xsl:param name="globalData"/>


More information about the Libreoffice-commits mailing list