[LyX/2.3.x] Gnumeric conversions to html: Remove wrong closing </p> flag

Kornel Benko kornel at lyx.org
Thu Sep 24 14:15:45 UTC 2020


commit 155c779432787a56711881493e67d962d21b66f3
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.
    
    (cherry picked from commit 70725040db010ee5596b4d57e0b597e53e06817c)
---
 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