Passed
Push — master ( d0ff55...2c00bb )
by Maja
05:08
created
core/diag/RADIUSTests.php 2 patches
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -968,7 +968,4 @@
 block discarded – undo
968 968
             $ret['cert_oddities'][] = $o;
969 969
         }
970 970
 
971
-        return $ret;
972
-    }
973
-
974
-}
971
+        return $ret
975 972
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -968,7 +968,4 @@
 block discarded – undo
968 968
             $ret['cert_oddities'][] = $o;
969 969
         }
970 970
 
971
-        return $ret;
972
-    }
973
-
974
-}
971
+        return $ret
975 972
\ No newline at end of file
Please login to merge, or discard this patch.
web/skins/modern/diag/diag.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
                         echo "0\">";
119 119
                         echo _("This service is for authenticated admins only.") . '<br>';
120 120
                         echo "<a href=\"javascript:infoCAT('manage', 'admin','administrator eduroam®')\">" .
121
-                             _("eduroam® admin access is needed") . "</a>";
121
+                                _("eduroam® admin access is needed") . "</a>";
122 122
                     }
123 123
                 ?>
124 124
             </div> 
Please login to merge, or discard this patch.