.. include:: /Includes.rst.txt .. _typo3fluid-fluid-spaceless: ==================================== spaceless ViewHelper `` ==================================== Space Removal ViewHelper Removes redundant spaces between HTML tags while preserving the whitespace that may be inside HTML tags. Trims the final result before output. Heavily inspired by Twig's corresponding node type. Usage of f:spaceless ==================== ::
text text
Output::
text text
.. _typo3fluid-fluid-spaceless_arguments: Arguments ========= This ViewHelper has no arguments.