Commit 987f581719a0e532371fca4acf9545b6cb2b32e2
1 parent
f3f94f45
Текст
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
frontend/views/page/view.php
| @@ -25,9 +25,7 @@ | @@ -25,9 +25,7 @@ | ||
| 25 | <div class="col-md-9 clearfix"> | 25 | <div class="col-md-9 clearfix"> |
| 26 | <section> | 26 | <section> |
| 27 | <div id="text-page"> | 27 | <div id="text-page"> |
| 28 | - <div class="lead"> | ||
| 29 | <?= $model->lang->body ?> | 28 | <?= $model->lang->body ?> |
| 30 | - </div> | ||
| 31 | </div> | 29 | </div> |
| 32 | </section> | 30 | </section> |
| 33 | 31 |