1
0
mirror of https://github.com/fenom-template/fenom.git synced 2023-08-10 21:13:07 +03:00
fenom/docs/ru/mods/unescape.md

10 lines
279 B
Markdown
Raw Normal View History

2014-08-06 21:36:11 +04:00
Модификатор unescape
2014-08-01 12:12:19 +04:00
=================
2014-08-06 21:36:11 +04:00
Модификато `unescape` является обратным действием модификатора `escape`. Так же имеет режимы `html`, `js` and `URI`.
```smarty
{$text|unescape:$type = 'html'}
```
2014-08-01 12:12:19 +04:00