fenom/docs/en/tags/autotrim.md
2014-08-02 00:24:14 +04:00

14 lines
263 B
Markdown

Tag {autotrim}
==============
Force enable or disable `auto_trim` option for block area:
```smarty
{autotrim true}
...
Text: {$text} {* value of the variable $text will be escaped *}
...
{/autotrim}
```
Also see :trim, :rtrim and :ltrim tag options