commit 155c779432787a56711881493e67d962d21b66f3
Author: Kornel Benko <kor...@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
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to