Skip to content

Commit d5406f3

Browse files
Apply suggestions from code review
Co-authored-by: Shan <[email protected]>
1 parent 4d88545 commit d5406f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ The {productname} {release-version} release includes an accompanying release of
4343
==== HTML comments were not tracked correctly.
4444
// TINY-12544
4545

46-
Previously, pagebreak separators defined as HTML comments (e.g., `+<!-- pagebreak -->+`) were not detected by the suggested edit system. This meant that insertions or deletions of these separators were not displayed in the diff view, making it difficult for reviewers to identify structural changes.
46+
Previously, pagebreak separators defined as HTML comments (e.g., `+<!-- pagebreak -->+`) were not detected by the suggested edit system. This meant that insertions or deletions of these separators were not displayed as edits, making it difficult for reviewers to identify structural changes.
4747

48-
{productname} {release-version} now tracks pagebreak elements defined via HTML comments. When editors insert or delete `+<!-- pagebreak -->+` markers, these changes appear in the review pane, ensuring reviewers have full visibility of all document structure modifications.
48+
{productname} {release-version} now tracks pagebreak elements defined via HTML comments. When editors insert or delete `+<!-- pagebreak -->+` markers, these changes appear in the Review Edits view, ensuring reviewers have full visibility of all document structure modifications.
4949

5050
==== Elements with no visible height were not displaying in the Review Edits view.
5151
// TINY-12257

0 commit comments

Comments
 (0)