Commit 9b9056b33aa718c0bb28a9810a41afcaa36488a0
1 parent
1e22f07d
- preview 200
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/book/_book.php
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | <div class="style books-text"> | 19 | <div class="style books-text"> |
20 | <?=\yii\helpers\StringHelper::truncate( | 20 | <?=\yii\helpers\StringHelper::truncate( |
21 | htmlspecialchars($model->preview), | 21 | htmlspecialchars($model->preview), |
22 | - 400 | 22 | + 200 |
23 | ) ?> | 23 | ) ?> |
24 | </div> | 24 | </div> |
25 | <div class="style books-btn books-btn-new"> | 25 | <div class="style books-btn books-btn-new"> |