@@ -57,7 +57,7 @@ |
||
57 | 57 | <main role="main" class="container"> |
58 | 58 | <div class="row"> |
59 | 59 | <div class="col-md-9"> |
60 | - <?php if($this->section('body')): ?> |
|
60 | + <?php if ($this->section('body')): ?> |
|
61 | 61 | <?= $this->section('body') ?> |
62 | 62 | <?php else: ?> |
63 | 63 | <p>Page not found!</p> |