From e2b250433852e3b8a1b496600a252a4d22fc2df3 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 28 Feb 2025 14:03:02 +0100 Subject: [PATCH] Fix some minor punctuation Signed-off-by: Christian Wolf --- developer_manual/basics/controllers.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/developer_manual/basics/controllers.rst b/developer_manual/basics/controllers.rst index 9f1ea73d4..a9360197d 100644 --- a/developer_manual/basics/controllers.rst +++ b/developer_manual/basics/controllers.rst @@ -335,7 +335,6 @@ Cookies can be set or modified directly on the response class: } } - Responses --------- @@ -1094,8 +1093,5 @@ The following policy for instance allows images, audio and videos from other dom } - ---- - .. [1] Even though the header name ``OCS-APIRequest`` hints purely at OCS controllers, with NC 30 classic controller methods respect this header as well. Until NC 30, classical controller methods did not respect the header.