Passed
Push — release_2_0 ( c9a182...4d277c )
by Stefan
09:38
created
web/skins/modern/div_user_welcome.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -42,12 +42,12 @@
 block discarded – undo
42 42
     if (false /* display only if IdP has opted in to OpenRoaming - or maybe always, and only display pertinent ones from the set of consortia? */) {
43 43
         foreach ([
44 44
                 "eduroam" => [ 
45
-                      "TOU"  => "https://wiki.geant.org/display/H2eduroam/Terms+and+Conditions",
46
-                      "PRIV" => "https://www.eduroam.org/privacy/",
45
+                        "TOU"  => "https://wiki.geant.org/display/H2eduroam/Terms+and+Conditions",
46
+                        "PRIV" => "https://www.eduroam.org/privacy/",
47 47
                     ], 
48 48
                 "OpenRoaming" => [ 
49
-                      "TOU"  => "https://wballiance.com/openroaming/toc-2020/",
50
-                      "PRIV" => "https://wballiance.com/openroaming/privacy-policy-2020/",
49
+                        "TOU"  => "https://wballiance.com/openroaming/toc-2020/",
50
+                        "PRIV" => "https://wballiance.com/openroaming/privacy-policy-2020/",
51 51
                     ]
52 52
             ] as $consortium => $terms) {
53 53
             printf("<p>" . _("When connecting to %s hotspots, the following <a href='%s'>Terms and Conditions</a> and <a href='%s'>Privacy Notice</a> apply." . "</p>"), $consortium, $terms['TOU'], $terms['PRIV']);
Please login to merge, or discard this patch.