From cddc34d6039097a3506c1be252fb9820cf69634e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 13 Oct 2025 15:40:47 +1000 Subject: [PATCH] DOC-3223: Some elements would be given an extra newline by the serializer when indented. --- modules/ROOT/pages/8.2.0-release-notes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc index 72151042b1..6ce6d8dc13 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -111,6 +111,11 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Some elements would be given an extra newline by the serializer when indented +// #TINY-12857 + +Previously, certain elements received an additional newline when indented due to the title not being correctly recognized as a block by the DOM Parser serializer. This caused unwanted whitespace to appear in the output. The issue was resolved by explicitly marking the title as a block within the code, ensuring that serialization no longer introduces unnecessary whitespace. + [[security-fixes]] == Security fixes