Fix escaping

This commit is contained in:
bzick
2013-07-07 11:29:26 +04:00
parent 733bae6ac0
commit 0bb82d9898
5 changed files with 20 additions and 23 deletions

View File

@ -23,13 +23,6 @@ Tag {raw} [RU]
{my_func page=5} {* escape *}
{raw:my_func page=5} {* unescape *}
...
{my_block_func page=5}
...
{/my_block_func} {* escape *}
{raw:my_block_func page=5}
...
{/my_block_func} {* unescape *}
...
{/autoescate}
```