Passed
Push — main ( 66152c...c9d96c )
by Heidi
01:57
created
view/ip-geo/result.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,14 +18,17 @@
 block discarded – undo
18 18
             </div>
19 19
         </div>
20 20
 
21
-    <?php else : ?>
21
+    <?php else {
22
+    : ?>
22 23
         <div class="ip-results invalid">
23 24
             <div class="ip-div">
24 25
                 <span class="ip-label">Validerar inte</span>
25 26
                 <i class="fas fa-times"></i>
26 27
             </div>
27 28
         </div>
28
-    <?php endif; ?>
29
+    <?php endif;
30
+}
31
+?>
29 32
 
30 33
 
31 34
     <?php if ($protocol) : ?>
Please login to merge, or discard this patch.