Skip to content

Commit

Permalink
[DOCS] Fix inline code declaration
Browse files Browse the repository at this point in the history
Releases: master
Resolves: #93541
Change-Id: I97a47fb4496d0381fc385db726a0f540247f7d5b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67965
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Richard Haeser <richard@richardhaeser.com>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Richard Haeser <richard@richardhaeser.com>
  • Loading branch information
Martin Bless authored and haassie committed Feb 18, 2021
1 parent 4169a6d commit 2b355a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ will generate :html:`<a href="some/site"><span>My page title</span></a>`.
.. note::

When adding additional classes to the `textWrap`, ensure quotes are correctly
escaped: :`html`:`<f:link.typolink parameter="123" textWrap="<span class=\"my-class\">|</span>"/>`.
escaped: :html:`<f:link.typolink parameter="123" textWrap="<span class=\"my-class\">|</span>"/>`.

If `textWrap` is set, the typolink option `ATagBeforeWrap` is automatically
enabled, because the `wrap` should only be applied to the link text. Every
Expand Down

0 comments on commit 2b355a7

Please sign in to comment.