fix error

This commit is contained in:
Loki3000 2018-03-15 11:49:33 +03:00 committed by GitHub
parent 7b0dab9247
commit 40f50d20fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
Блок указывает фрагмент шаблона, который будет передан родителю. Имя блока должно быть задано явно:
```smarty
{block bk1}content 1{/block}
{block 'bk1'}content 1{/block}
...
{block 'bk2'}content 2{/block}
```