From d52e0532f978507a742504d4ab1dec3fa8473b4e Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 17 Apr 2025 10:33:43 -0400 Subject: [PATCH] [docs] Extra spaces breaking rst->html rendering Two extra spaces in this release note are causing: (1) the bug link to be displayed as text instead of converted to a hyperlink, and (2) the list item to be displayed as a description list entry instead of a regular bulleted list entry. Change-Id: I516211d9328c4bacd627f152aa5fb62e3ab56734 --- ...bug-2082587-fix-type-passed-during-backup-restoration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/bug-2082587-fix-type-passed-during-backup-restoration.yaml b/releasenotes/notes/bug-2082587-fix-type-passed-during-backup-restoration.yaml index 20b6c40027d..956e85e30b2 100644 --- a/releasenotes/notes/bug-2082587-fix-type-passed-during-backup-restoration.yaml +++ b/releasenotes/notes/bug-2082587-fix-type-passed-during-backup-restoration.yaml @@ -1,5 +1,5 @@ --- fixes: - | - `Bug #2082587 ` _: Fixed - backup restoration throwing TypeError on new volume. + `Bug #2082587 `_: Fixed + backup restoration throwing TypeError on new volume.