mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
опечатка в слове {/autoescape}
This commit is contained in:
parent
0b96a02dd9
commit
c5217075ca
@ -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.
|
Loading…
Reference in New Issue
Block a user