]> git.lyx.org Git - lyx.git/commitdiff
Gnumeric conversions to html: Remove wrong closing </p> flag
authorKornel Benko <kornel@lyx.org>
Thu, 24 Sep 2020 08:14:35 +0000 (10:14 +0200)
committerKornel Benko <kornel@lyx.org>
Thu, 24 Sep 2020 14:42:47 +0000 (16:42 +0200)
Now LyXHTML export for Spreadsheet.lyx is errorles, but stil we need a wrapper
to remove unneeded 'Ark' captions.

(cherry picked from commit 70725040db010ee5596b4d57e0b597e53e06817c)

lib/xtemplates/gnumeric.xtemplate

index 1f9e092778c09f1da2556c415dfd012aa4b9411e..56dbe97f600b518782b35786ecda74fb9007c347 100644 (file)
@@ -55,7 +55,7 @@ Template GnumericSpreadsheet
                Product "[Spreadsheet: $$FName]"
        FormatEnd
        Format XHTML
-               Product "$$Contents(\"$$AbsPath$$Basename.html\")</p>"
+               Product "$$Contents(\"$$AbsPath$$Basename.html\")"
                UpdateFormat html_table
                UpdateResult "$$AbsPath$$Basename.html"
        FormatEnd