Passed
Push — master ( a29a7e...12a432 )
by Mihail
08:06
created
Apps/View/Front/default/_layouts/default.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.