Closed johnhaley81 closed 10 years ago
If you have template:
{%each%} {{i}} {%endeach%}
You'll end up appending the whitespace from the beginning of the {%each%] line onto each iteration of {{i}}
{%each%]
{{i}}
1 2 3 //...
It should strip out all whitespace from a line that solely consists of an expression.
If you have template:
You'll end up appending the whitespace from the beginning of the
{%each%]
line onto each iteration of{{i}}
It should strip out all whitespace from a line that solely consists of an expression.