.. include:: /Includes.rst.txt .. _feature-70170: ================================================================== Feature: #70170 - ViewHelper to strip whitespace between HTML tags ================================================================== See :issue:`70170` Description =========== 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. .. code-block:: html
text text
text text
.. index:: Fluid