@@ -1184,7 +1184,7 @@ Removes all values of arg from the given string.
For example::
- {{ value|cut:" "}}
+ {{ value|cut:" " }}
If ``value`` is ``"String with spaces"``, the output will be
``"Stringwithspaces"``.