@@ -430,7 +430,7 @@ |
||
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 |
@@ -135,7 +135,7 @@ |
||
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"> |
@@ -45,7 +45,7 @@ |
||
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']) { |