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

15 lines
272 B
Markdown

Tag {autoescape}
=====================
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 and :raw tag option