Passed
Push — release_2_1 ( 79034c...8ffb06 )
by Tomasz
12:04
created
web/admin/overview_federation.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -350,17 +350,17 @@  discard block
 block discarded – undo
350 350
                 }
351 351
                 echo "<td style='vertical-align:top;' class='inst_td'>
352 352
                          <input type='hidden' name='inst' value='" 
353
-                       . $index."'>"
354
-                       . "<span style='display:none' class='inst_name'>".$my_idp."</span>"
355
-                       . "<span>". $idp_instance->name."</span>"
356
-                       . " (<a href='overview_org.php?inst_id="
357
-                       . $idp_instance->identifier."'>" 
358
-                       . (in_array($index, $userIdps) ? _("manage") : _("view"))
359
-                       . "</a>)"
360
-                       . (empty($listOfSilverbulletRealms) ? "" : "<ul><li>" ) 
361
-                       . implode("</li><li>", $listOfSilverbulletRealms) 
362
-                       . (empty($listOfSilverbulletRealms) ? "" : "</li><ul>" )
363
-                       . "</td>";
353
+                        . $index."'>"
354
+                        . "<span style='display:none' class='inst_name'>".$my_idp."</span>"
355
+                        . "<span>". $idp_instance->name."</span>"
356
+                        . " (<a href='overview_org.php?inst_id="
357
+                        . $idp_instance->identifier."'>" 
358
+                        . (in_array($index, $userIdps) ? _("manage") : _("view"))
359
+                        . "</a>)"
360
+                        . (empty($listOfSilverbulletRealms) ? "" : "<ul><li>" ) 
361
+                        . implode("</li><li>", $listOfSilverbulletRealms) 
362
+                        . (empty($listOfSilverbulletRealms) ? "" : "</li><ul>" )
363
+                        . "</td>";
364 364
                 // deployment status; need to dive into profiles for this
365 365
                 // show happy eyeballs if at least one profile is configured/showtime                    
366 366
                 echo "<td>";
@@ -454,8 +454,8 @@  discard block
 block discarded – undo
454 454
                             echo "<form method='post' action='overview_federation.php' accept-charset='UTF-8'>
455 455
                                 <input type='hidden' name='invitation_id' value='".$oneinvite['token']."'/>
456 456
                                 <button class='delete' type='submit' name='submitbutton' value='".web\lib\common\FormElements::BUTTON_DELETE."'>"._("Revoke Invitation")."</button> "
457
-                           . sprintf(_("(expires %s)"), $oneinvite['expiry'])
458
-                           . "</form>";
457
+                            . sprintf(_("(expires %s)"), $oneinvite['expiry'])
458
+                            . "</form>";
459 459
                         }
460 460
                         echo "      </td>";                          
461 461
                         echo "         </tr>";
Please login to merge, or discard this patch.