Passed
Push — release_2_0 ( 3ad022...c9a182 )
by Stefan
09:00
created
web/skins/modern/div_user_welcome.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     <?php
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 (["eduroam" => "https://wiki.geant.org/display/H2eduroam/Terms+and+Conditions", "OpenRoaming" => "https://wballiance.com/openroaming/toc-2020/"] as $consortium => $tou) {
44
-            printf("<p>" . _("When connecting to %s hotspots, these <a href='%s'>Terms and Conditions</a> apply." . "</p>"), $consortium, $tou);
44
+            printf("<p>"._("When connecting to %s hotspots, these <a href='%s'>Terms and Conditions</a> apply."."</p>"), $consortium, $tou);
45 45
         }
46 46
         // this would actually be a checkbox which grays out the actual download button until ACKed
47 47
         echo "<p>"._("I agree to be bound by these Terms and Conditions.")."</p>";
Please login to merge, or discard this patch.