mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
fix typo
This commit is contained in:
parent
22501f3704
commit
b07a9beea1
@ -352,7 +352,7 @@ Fenom предоставляет возможноть обращаться к ф
|
||||
{"User"|lower}} выведет "user"
|
||||
{$looong_text|truncate:80:"..."} обрежет текст до 80 символов и добавит символы "..."
|
||||
{$looong_text|lower|truncate:$settings.count:$settings.etc}
|
||||
{set $foo="Ivan"|upper} значение переменной $foo будет "USER"
|
||||
{set $foo="User"|upper} значение переменной $foo будет "USER"
|
||||
```
|
||||
|
||||
## Теги
|
||||
|
Loading…
Reference in New Issue
Block a user