Passed
Push — master ( 93f3c0...2c1006 )
by Tomasz
12:55
created
web/admin/overview_federation.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     <?php
110 110
     foreach ($cat->printCountryList(1) as $country => $name) {
111 111
         $selected = '';
112
-        if ($country == strtoupper($fed_id) ) {
112
+        if ($country == strtoupper($fed_id)) {
113 113
             $selected = 'selected';
114 114
         }
115 115
     echo "<option value='$country' $selected>$name</option>\n";
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
         <?php
343 343
             /// nomenclature for 'federation', federation name, nomenclature for 'inst'
344 344
             echo "<tbody class='fedlist'>";
345
-            echo "<tr><td colspan='1'><strong>". _("Quick search:")." </strong><input style='background:#eeeeee;' type='text' id='qsearch_".$fedId."'></td>";
345
+            echo "<tr><td colspan='1'><strong>"._("Quick search:")." </strong><input style='background:#eeeeee;' type='text' id='qsearch_".$fedId."'></td>";
346 346
             echo "<td style='border-bottom-style: dotted;border-bottom-width: 1px;'><input type='checkbox' name='profilecheck' id='profile_ck_".$fedId."'></td>";
347 347
             echo "<td style='border-bottom-style: dotted;border-bottom-width: 1px;'><input type='checkbox' name='orcheck' id='or_ck_".$fedId."'></td>";
348 348
             echo "<td style='border-bottom-style: dotted;border-bottom-width: 1px;'><input type='checkbox' name='brokencert' id='brokencert_ck_".$fedId."'></td>";
@@ -459,14 +459,14 @@  discard block
 block discarded – undo
459 459
                          <input type='hidden' name='inst' value='" 
460 460
                        . $index."'>"
461 461
                        . "<span style='display:none' class='inst_name'>".$my_idp."</span>"
462
-                       . "<span>". $idp_instance->name."</span>"
462
+                       . "<span>".$idp_instance->name."</span>"
463 463
                        . " (<a href='overview_org.php?inst_id="
464 464
                        . $idp_instance->identifier."'>" 
465 465
                        . (in_array($index, $userIdps) ? _("manage") : _("view"))
466 466
                        . "</a>)"
467
-                       . (empty($listOfSilverbulletRealms) ? "" : "<ul><li>" ) 
467
+                       . (empty($listOfSilverbulletRealms) ? "" : "<ul><li>") 
468 468
                        . implode("</li><li>", $listOfSilverbulletRealms) 
469
-                       . (empty($listOfSilverbulletRealms) ? "" : "</li><ul>" )
469
+                       . (empty($listOfSilverbulletRealms) ? "" : "</li><ul>")
470 470
                        . "</td>";
471 471
                 // deployment status; need to dive into profiles for this
472 472
                 // show happy eyeballs if at least one profile is configured/showtime                    
Please login to merge, or discard this patch.