Passed
Push — 2.x ( 4a338d...daf3a4 )
by Terry
02:54
created
templates/panel/template.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -355,13 +355,16 @@
 block discarded – undo
355 355
                                     <i class="fas fa-times-circle"></i>
356 356
                                 <?php endif; ?>
357 357
                             </div>
358
-                            <?php else: ?>
358
+                            <?php else {
359
+    : ?>
359 360
                                 <div class="icon-box">
360 361
                                     <span class="message-icon">
361 362
                                         <i class="fas fa-exclamation-circle"></i>
362 363
                                 </span>
363 364
                                 </div>
364
-                            <?php endif; ?>
365
+                            <?php endif;
366
+}
367
+?>
365 368
                         </div>
366 369
                         <button type="button" class="close" data-dismiss="modal" aria-label="Close">
367 370
                             <span aria-hidden="true">&times;</span>
Please login to merge, or discard this patch.