fenom/docs/tags/autotrim.md
2013-07-20 21:28:29 +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