fenom/docs/tags/autoescape.md
2013-07-07 01:34:37 +04:00

261 B

Tag {autoescape} [RU]

Force enable or disable auto_escape option for block area:

{autoescape true}
    ...
    Text: {$text} {* value of the variable $text will be escaped *}
    ...
{/autoescape}

Also see {raw} tag for