From dc33e62dfb80487c48ce7ae95c875aca78873a30 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:42:11 +0200 Subject: [PATCH] [TASK] Remove the stray numbering from the context menu description (#882) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The paragraph under "Context menu" reads "1. A click on the page icon will open the context menu. 2. **Or**, you can right click on the whole page title." Those numbers are not markup — reST does not read them as an enumerated list here, so they are printed as literal text in the middle of the sentence, and the published page shows them. They are not needed either: the sentence already says "Or", so the two ways of opening the menu are one statement, not a numbered procedure. The sibling entries "Modules" and "Content area" are plain paragraphs too. Only this page changes; every other page renders byte for byte as before. Releases: main, 14.3, 13.4 Assisted-by: Claude Opus 5 Signed-off-by: Lina Wolf Signed-off-by: Lina Wolf (cherry picked from commit a7962141b5bc72a672a0c0a3a6a0691054db82f5) --- .../Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst index 0b1328bd..b2e43ade 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst @@ -83,7 +83,7 @@ Content area: the right. Hovering over the icon of a page will display its internal id. Context menu: - 1. A click on the page icon will open the context menu. 2. **Or**, you + A click on the page icon will open the context menu. **Or**, you can right click on the whole page title. .. figure:: /Images/ManualScreenshots/PageTree/ContextMenu.png