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