From 0b2cad2d85a34b331b3b972b41842b353ab13d10 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 14 Oct 2025 20:31:15 +1000 Subject: [PATCH] DOC-3223: Head element added to the same line as the meta element. --- modules/ROOT/pages/8.2.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 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..3d1c2e84a3 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -42,6 +42,21 @@ The following premium plugin updates were released alongside {productname} 8.2.0 // For information on the **** plugin, see: xref:.adoc[]. +=== Full Page HTML + +The {productname} {release-version} release includes an accompanying release of the **Full Page HTML** premium plugin. + +**Full Page HTML** includes the following improvement. + +=== Head element added to the same line as the `meta` element +// #TINY-12859 + +Previously, the `+meta+` property within the Full Page HTML plugin was not properly treated as a block-level element. This caused the `++` element to be appended directly to the same line as the `+meta+` tag, leading to formatting inconsistencies in the generated HTML output. + +In {release-version}, the `+meta+` property has been updated to behave as a block element, ensuring proper separation and newline handling within the `` section. + +For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Full Page HTML]. + [[accompanying-enhanced-skins-and-icon-packs-changes]] == Accompanying Enhanced Skins & Icon Packs changes