Completed
Push — master ( cc71a2...fb9589 )
by Tõnis
03:19
created
src/views/layouts/main.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
 
26 26
     <div id="content" class="wrapper">
27
-        <?= $this->render('content.php',['content' => $content]) ?>
27
+        <?= $this->render('content.php', ['content' => $content]) ?>
28 28
     </div>
29 29
 
30 30
     <?php $this->endBody() ?>
Please login to merge, or discard this patch.