Skip to content

Commit af22702

Browse files
committed
DOC-3209: Fix rendering issues.
1 parent d338504 commit af22702

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,20 @@ The following premium plugin updates were released alongside {productname} {rele
112112
=== Links inserted with `+&+` encoding are now decoded to `&` before inserting
113113
// #TINY-12504
114114

115-
Previously, when pasting URLs containing encoded ampersands (`+&+`) into {productname}, the encoded values were preserved, resulting in double encoding when the link was inserted into content. For example, a pasted link such as `https://example.com/search?&query=example` would appear in the editor source as `https://example.com/search?&query=example`.
115+
Previously, when pasting URLs containing encoded ampersands `+&+` into {productname}, the encoded values were preserved, resulting in double encoding when the link was inserted into content. For example, a pasted link such as
116116

117-
This caused issues when openingsuch links, as the URLs became invalid. In {release-version}, {productname} now automatically decodes `+&+` back to `+&+` before inserting the link, ensuring that pasted URLs remain valid and functional in both the editor and the source code.
117+
[source,text]
118+
----
119+
https://example.com/search?&query=example
120+
----
121+
would appear in the editor source as
122+
123+
[source,text]
124+
----
125+
https://example.com/search?&query=example
126+
----
127+
128+
This caused issues when opening such links, as the URLs became invalid. In {release-version}, {productname} now automatically decodes `+&+` back to `+&+` before inserting the link, ensuring that pasted URLs remain valid and functional in both the editor and the source code.
118129

119130

120131
[[security-fixes]]

0 commit comments

Comments
 (0)