Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 383e52487339be81dc7e81cb75c7575f04297fda https://github.com/xwiki/xwiki-platform/commit/383e52487339be81dc7e81cb75c75... Author: Michael Hamann <[email protected]> Date: 2025-11-12 (Wed, 12 Nov 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/officeExport.xsl A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/export/OfficeExporterTest.java Log Message: ----------- XWIKI-23515: When exporting to .ODT, text that is both bold and italic is not exported correctly (#4762) * Convert <strong> to <b> to work around the bug in LibreOffice. * Add a unit test to test that the conversion of tags works. (cherry picked from commit d993b23c7cefe8ec9dc5a834ea4ffc5c7052c8c5) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications