From 913fc4ae326ce7a97a5bfd475f8efa0fba1505e5 Mon Sep 17 00:00:00 2001 From: Philipp Kitzberger Date: Mon, 11 Sep 2023 17:27:44 +0200 Subject: [PATCH] Fix wrong typolink syntax (#795) The section parameter for typolink is not prefixed with a "c" in the database, that "c" is added during FE rendering. --- Documentation/Functions/Typolink.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Functions/Typolink.rst b/Documentation/Functions/Typolink.rst index 48add703b..787df5373 100644 --- a/Documentation/Functions/Typolink.rst +++ b/Documentation/Functions/Typolink.rst @@ -619,7 +619,7 @@ page .. t3-typolink-handler:: page.fragment :Data Type: string - :Example: `t3://page?uid=13&type=3#c123` + :Example: `t3://page?uid=13&type=3#123` The anchor or section to jump to. Must be prefixed with `#`.