Passed
Push — master ( a03b65...b67b26 )
by Maja
07:37 queued 12s
created
web/skins/modern/diag/js/diag_js.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -430,7 +430,7 @@
 block discarded – undo
430 430
         }
431 431
         var info = global_info[level] + ': ' + "<a target='_blank' href='show_realmcheck.php?token=" + token + "'>" + <?php echo '"'._("See details").'"'; ?> + '</a>';
432 432
         if (level == 0) {
433
-            info = info + '<br>' + <?php echo "'"._("If you want to report your problem, fill fields bellow.")."'";?>;
433
+            info = info + '<br>' + <?php echo "'"._("If you want to report your problem, fill fields bellow.")."'"; ?>;
434 434
         }
435 435
         $('#tests_info_area').html(info);
436 436
         
Please login to merge, or discard this patch.
web/diag/show_realmcheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
             <div id="tabs-1">
136 136
                 <button id="run_tests" onclick="runRealmCheck('<?php echo $check_realm; ?>','<?php echo $outer_user; ?>','<?php echo $ourlocale; ?>')"><?php echo _("Repeat connectivity tests") ?></button>
137 137
                 <div id="test_area"></div>
138
-                <?php print $realmTests->printOverview();?>
138
+                <?php print $realmTests->printOverview(); ?>
139 139
 
140 140
             </div>
141 141
             <div id="tabs-2">
Please login to merge, or discard this patch.
web/diag/radius_tests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 function disp_name($eap)
46 46
 {
47 47
     $displayName = \core\common\EAP::eapDisplayName($eap);
48
-    return $displayName['OUTER'].( $displayName['INNER'] != '' ? '-'.$displayName['INNER'] : '');
48
+    return $displayName['OUTER'].($displayName['INNER'] != '' ? '-'.$displayName['INNER'] : '');
49 49
 }
50 50
 
51 51
 if (!isset($_REQUEST['test_type']) || !$_REQUEST['test_type']) {
Please login to merge, or discard this patch.