From e96f95fd70c4293f85a022257c757dded6f1ec84 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 30 Nov 2017 15:37:02 +0100 Subject: tdf#113696 XHTML Export: Prefer fallback graphic Which is usually png and browsers can read that, but they can't read our internal metafile format (svm) Change-Id: Idfd82da630ead69f508b74285081e32315030825 Reviewed-on: https://gerrit.libreoffice.org/45590 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt Reviewed-on: https://gerrit.libreoffice.org/45679 --- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 41 ++++++++++++---------- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl index 1172e7efdbc3..9719932fcf2d 100644 --- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl +++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl @@ -1483,27 +1483,32 @@ - - - - - - - - - - - - - - + + + + + - - - + + + + + + + + + + + + + + + -- cgit