fenom/docs/en/tags/autoescape.md

15 lines
272 B
Markdown
Raw Normal View History

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