mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
Fix: Add missing versionadded directive
mentioned by @stof in https://github.com/twigphp/Twig/pull/3434/files/5ceda707edeabd9e1462c43f199aa61606a29ff9#diff-cb39a2af448a7ea26e78809ebffa995c051f742afdb1f6d3e68ab85b09b801b8
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
``spaceless``
|
||||
=============
|
||||
|
||||
.. versionadded:: 2.7
|
||||
|
||||
The ``spaceless`` filter was added in Twig 2.7.
|
||||
|
||||
Use the ``spaceless`` filter to remove whitespace *between HTML tags*, not
|
||||
whitespace within HTML tags or whitespace in plain text:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user