diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Link/TypolinkViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Link/TypolinkViewHelper.php index 3e0abf9f5dce..b95dc617399a 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Link/TypolinkViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Link/TypolinkViewHelper.php @@ -28,7 +28,10 @@ * Example * ======= * - * ``{link}`` contains: ``19 _blank - "testtitle with whitespace" &X=y``. + * ``{link}`` contains: ``t3://page?uid=2&arg1=val1#9 _blank some-css-class "Title containing Whitespace"``. + * + * Or a legacy version from older TYPO3 versions: + * ``{link}`` contains: ``9 _blank - "testtitle with whitespace" &X=y``. * * Minimal usage * -------------