From 2b355a71dfe3aa1c8b3a1485ab7b0e770ec4305d Mon Sep 17 00:00:00 2001 From: Martin Bless Date: Thu, 18 Feb 2021 08:24:01 +0000 Subject: [PATCH] [DOCS] Fix inline code declaration Releases: master Resolves: #93541 Change-Id: I97a47fb4496d0381fc385db726a0f540247f7d5b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67965 Tested-by: Oliver Bartsch Tested-by: Richard Haeser Reviewed-by: Oliver Bartsch Reviewed-by: Richard Haeser --- .../Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Documentation/Changelog/master/Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst b/typo3/sysext/core/Documentation/Changelog/master/Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst index 2bee662c5ecc..5214d640e2f1 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst @@ -22,7 +22,7 @@ will generate :html:`My page title`. .. note:: When adding additional classes to the `textWrap`, ensure quotes are correctly - escaped: :`html`:`|"/>`. + escaped: :html:`|"/>`. If `textWrap` is set, the typolink option `ATagBeforeWrap` is automatically enabled, because the `wrap` should only be applied to the link text. Every