Merge pull request #99 from pafnuty/patch-1

опечатка в слове {/autoescape}
This commit is contained in:
Ivan Shalganov 2014-08-05 22:32:26 +04:00
commit f15fbb323d
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ For functions use tag with prefix `raw:`:
{my_func page=5} {* escape *}
{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.