From c10bfb4c582c13a294c1689ed7f9256b24d22075 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 29 Oct 2021 14:31:19 +0200 Subject: tdf#145361 fix XSLT for older libxslt regression from commit 3eb870f0843a00042ca7dd89837fbe0cc6f918c2 Author: Noel Date: Fri Feb 26 12:45:19 2021 +0200 fix xhtml list export in other locales where I used 'replace' which is not available on older libxslt, so switch to 'translate' which works just as well here, and is available Change-Id: Idd1224e23c0d48956d94b6fc2c2a7b1afa05fa0c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124435 Tested-by: Jenkins Reviewed-by: Noel Grandin (cherry picked from commit 6c747ccf6cbfe0dc5d591f8ce68a1ca6c63cde53) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124478 Reviewed-by: Xisco Fauli --- filter/source/xslt/odf2xhtml/export/common/body.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/source/xslt/odf2xhtml/export/common/body.xsl b/filter/source/xslt/odf2xhtml/export/common/body.xsl index 9b10e56187bf..bcad3abd9ab3 100644 --- a/filter/source/xslt/odf2xhtml/export/common/body.xsl +++ b/filter/source/xslt/odf2xhtml/export/common/body.xsl @@ -106,7 +106,7 @@ - margin-left:cm + margin-left:cm -- cgit