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.
This commit is contained in:
Kornel Benko 2020-09-24 10:14:35 +02:00
parent 967f4d661e
commit 70725040db

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