fenom/docs/en/tags/autotrim.md

14 lines
263 B
Markdown
Raw Permalink Normal View History

2013-07-20 21:28:29 +04:00
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