[LyX/master] Gnumeric conversions to html: Remove wrong closing </p> flag
Kornel Benko
kornel at lyx.org
Thu Sep 24 07:52:09 UTC 2020
commit 70725040db010ee5596b4d57e0b597e53e06817c
Author: Kornel Benko <kornel at lyx.org>
Date: Thu Sep 24 10:14:35 2020 +0200
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.
---
lib/xtemplates/gnumeric.xtemplate | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/xtemplates/gnumeric.xtemplate b/lib/xtemplates/gnumeric.xtemplate
index 1f9e092..56dbe97 100644
--- a/lib/xtemplates/gnumeric.xtemplate
+++ b/lib/xtemplates/gnumeric.xtemplate
@@ -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
More information about the lyx-cvs
mailing list