Skip to content

Commit

Permalink
[DOC] Mention <f:format.raw> for "whitespaceBetweenHtmlTags" (FluidTY…
Browse files Browse the repository at this point in the history
…PO3#1706)

.. because output is escaped by default.

See FluidTYPO3#1475

Co-authored-by: Claus Due <claus@namelesscoder.net>
  • Loading branch information
cweiske and NamelessCoder authored Sep 2, 2021
1 parent a660e0c commit 8a63087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/Format/EliminateViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function initializeArguments()
$this->registerArgument(
'whitespaceBetweenHtmlTags',
'boolean',
'Eliminate ALL whitespace characters between HTML tags',
'Eliminate ALL whitespace characters between HTML tags. Use this together with <f:format.raw>',
false,
false
);
Expand Down

0 comments on commit 8a63087

Please sign in to comment.