From fb8714eebdb34d6f3604c1a2801777f624829fcc 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 Signed-off-by: Xisco Fauli Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115880 --- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 112 +++++++-------------- 1 file changed, 34 insertions(+), 78 deletions(-) (limited to 'filter') diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl index ad74d3716b45..b36a1e08fd46 100644 --- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl +++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl @@ -386,6 +386,8 @@ + + - - - + - + - - + @@ -808,14 +808,14 @@ - + Next 'div' added for floating. - position:relative; left: + display:inline; position:relative; left: cm; @@ -830,42 +830,38 @@ - - - + - - - - - - - - - + + + + + + + + + + - + - - + - - - + - + @@ -876,20 +872,16 @@ - - - - + - - + @@ -947,6 +939,7 @@ + @@ -965,7 +958,7 @@ - + @@ -1018,37 +1011,6 @@ - - - @@ -1061,13 +1023,8 @@ - - + - @@ -1095,13 +1052,7 @@ replacement image and keep only the id attribute. See fdo#66645 --> - - - @@ -3015,6 +2966,11 @@ + + + inline + + -- cgit