Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: d993b23c7cefe8ec9dc5a834ea4ffc5c7052c8c5 https://github.com/xwiki/xwiki-platform/commit/d993b23c7cefe8ec9dc5a834ea4ff... 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. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications