mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
10 lines
279 B
Markdown
10 lines
279 B
Markdown
Модификатор unescape
|
|
=================
|
|
|
|
Модификато `unescape` является обратным действием модификатора `escape`. Так же имеет режимы `html`, `js` and `URI`.
|
|
|
|
```smarty
|
|
{$text|unescape:$type = 'html'}
|
|
```
|
|
|