опечатка в слове {/autoescape}

This commit is contained in:
Pavel Belousov 2014-08-05 00:40:58 +04:00
parent 0b96a02dd9
commit c5217075ca

View File

@ -24,7 +24,7 @@ For functions use tag with prefix `raw:`:
{my_func page=5} {* escape *} {my_func page=5} {* escape *}
{my_func:raw page=5} {* unescape *} {my_func:raw page=5} {* unescape *}
... ...
{/autoescate} {/autoescape}
``` ```
Tag can not be applied to compilers as `foreach`, `if` and other. Tag can not be applied to compilers as `foreach`, `if` and other.