Passed
Push — 2.x ( 30af3d...0e59db )
by Terry
02:31
created
templates/panel/template.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -263,13 +263,16 @@
 block discarded – undo
263 263
                                         <?php endif; ?>
264 264
                                      </span>
265 265
                                 </div>
266
-                            <?php else: ?>
266
+                            <?php else {
267
+    : ?>
267 268
                                 <div class="icon-box">
268 269
                                     <span class="message-icon">
269 270
                                         <i class="fas fa-exclamation-circle"></i>
270 271
                                     </span>
271 272
                                 </div>
272
-                            <?php endif; ?>
273
+                            <?php endif;
274
+}
275
+?>
273 276
                         </div>
274 277
                         <button type="button" class="close" data-dismiss="modal" aria-label="Close">
275 278
                             <span aria-hidden="true">&times;</span>
Please login to merge, or discard this patch.