fenom/docs/tags/autoescape.md

15 lines
261 B
Markdown
Raw Normal View History

2013-07-07 01:34:37 +04:00
Tag {autoescape} [RU]
=====================
Force enable or disable `auto_escape` option for block area:
```smarty
{autoescape true}
...
Text: {$text} {* value of the variable $text will be escaped *}
...
{/autoescape}
```
Also see {raw} tag for