From 06eb655e2c83df8eeeb0c0828f8ac34f13e386af Mon Sep 17 00:00:00 2001 From: Svante Schubert Date: Thu, 10 Sep 2020 16:17:37 +0200 Subject: HTML MathML update - enabling inline MATHML & fixing duplication (regression from last commit) Change-Id: I22dba4fef5d1de7e4ef056a2e7f33511fa91318d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111621 Tested-by: Jenkins Reviewed-by: Michael Stahl --- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 112 +++++++-------------- 1 file changed, 34 insertions(+), 78 deletions(-) diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl index aa3c956d7c9f..71f6fa20ec4d 100644 --- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl +++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl @@ -386,6 +386,8 @@ + + - - - + - + - - + @@ -814,14 +814,14 @@ - + Next 'div' added for floating. - position:relative; left: + display:inline; position:relative; left: cm; @@ -836,42 +836,38 @@ - - - + - - - - - - - - - + + + + + + + + + + - + - - + - - - + - + @@ -882,20 +878,16 @@ - - - - + - - + @@ -953,6 +945,7 @@ + @@ -971,7 +964,7 @@ - + @@ -1024,37 +1017,6 @@ - - - @@ -1067,13 +1029,8 @@ - - + - @@ -1101,13 +1058,7 @@ replacement image and keep only the id attribute. See fdo#66645 --> - - - @@ -3047,6 +2998,11 @@ + + + inline + + -- cgit