Gnumeric conversions to html: Remove wrong closing </p> flag

Now LyXHTML export for Spreadsheet.lyx is errorles, but stil we need a wrapper
to remove unneeded 'Ark' captions.

(cherry picked from commit 70725040db)
This commit is contained in:
Kornel Benko 2020-09-24 10:14:35 +02:00
parent 1cec06e1bd
commit 155c779432

View 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