Skip to content

Commit ca7d27f

Browse files
authored
DOC-3223: Head element added to the same line as the meta element. (#3887)
1 parent 84b79a1 commit ca7d27f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

modules/ROOT/pages/8.2.0-release-notes.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@ The following premium plugin updates were released alongside {productname} 8.2.0
4242

4343
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
4444

45+
=== Full Page HTML
46+
47+
The {productname} {release-version} release includes an accompanying release of the **Full Page HTML** premium plugin.
48+
49+
**Full Page HTML** includes the following improvement.
50+
51+
=== Head element added to the same line as the `meta` element
52+
// #TINY-12859
53+
54+
Previously, the `+meta+` property within the Full Page HTML plugin was not properly treated as a block-level element. This caused the `+<head>+` element to be appended directly to the same line as the `+meta+` tag, leading to formatting inconsistencies in the generated HTML output.
55+
56+
In {release-version}, the `+meta+` property has been updated to behave as a block element, ensuring proper separation and newline handling within the `<head>` section.
57+
58+
For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Full Page HTML].
59+
4560

4661
[[accompanying-enhanced-skins-and-icon-packs-changes]]
4762
== Accompanying Enhanced Skins & Icon Packs changes

0 commit comments

Comments
 (0)