Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-rendering Commit: 6ddd4ddf09a7bc46c3da91ac5c0a0539b3af6d3a https://github.com/xwiki/xwiki-rendering/commit/6ddd4ddf09a7bc46c3da91ac5c0a... Author: Michael Hamann <[email protected]> Date: 2025-09-18 (Thu, 18 Sep 2025) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XWikiSpanTagHandler.java A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/test/resources/xhtml10/specific/link/link9.test Log Message: ----------- XRENDERING-572: "wikiinternallink" is duplicated at every edit in CKeditor (#346) * Add wikiinternallink to the classes to remove. * Improve the class removal to work when the class to remove appears several times or in combination with other classes to ensure a proper cleanup the next time the WYSIWYG editor is used. * Add a test to verify that the class is removed as intended. * Improve the code style and remove the Checkstyle exclusion. (cherry picked from commit 7550c50bc49558bcf031d146c78d31c8862f9e5b) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications