Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 000c476f756be900452e981f3199c96c683808d8 https://github.com/xwiki/xwiki-platform/commit/000c476f756be900452e981f3199c... Author: LucasC <[email protected]> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-ui/src/main/resources/Dashboard/XWikiUserDashboardSheet.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/XWikiUserNotificationsSheet.xml Log Message: ----------- XWIKI-24796: Live Data fails to render in PDF export on 17.10.x (#6361) * Removed the trailing whitespace between {{/velocity}} and </content> in the executed content of the Dashboard.XWikiUserDashboardSheet and XWiki.Notifications.Code.XWikiUserNotificationsSheet UI extensions. That indentation is outside the Velocity macro, so nothing gobbles it: it survived as a text node after the last block, and the renderer therefore wrapped the whole pane content, the block level elements included, in a single paragraph. This is what made the HTML5 validation of the user profile fail once these UI extensions stopped being rendered through a cleaning {{html}} macro. Co-authored-by: Claude Opus 5 <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications