Passed
Pull Request — master (#194)
by
unknown
03:36
created
src/Libraries/Module/Templates/Demo/Web/Views/post/my-posts.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,9 +8,12 @@
 block discarded – undo
8 8
                 <?php endforeach; ?>
9 9
             </ul>
10 10
         </div>
11
-    <?php else: ?>
11
+    <?php else {
12
+    : ?>
12 13
         <h4 class="center-align grey-text"><?php _t('common.no_posts') ?>... <?php _t('common.try_creating') ?></h4>
13
-    <?php endif; ?>
14
+    <?php endif;
15
+}
16
+?>
14 17
 
15 18
     <?php echo partial('post/partials/modal', ['item' => t('common.post')]) ?>
16 19
 
Please login to merge, or discard this patch.