Passed
Push — master ( 6656e2...a52ed8 )
by Lukas
14:06 queued 12s
created
core/templates/loginflow/authpicker.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,9 +31,9 @@
 block discarded – undo
31 31
 	<h2><?php p($l->t('Connect to your account')) ?></h2>
32 32
 	<p class="info">
33 33
 		<?php print_unescaped($l->t('Please log in before granting %1$s access to your %2$s account.', [
34
-			'<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
35
-			\OCP\Util::sanitizeHTML($_['instanceName'])
36
-		])) ?>
34
+            '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
35
+            \OCP\Util::sanitizeHTML($_['instanceName'])
36
+        ])) ?>
37 37
 	</p>
38 38
 
39 39
 	<span class="warning">
Please login to merge, or discard this patch.
core/templates/loginflowv2/authpicker.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,9 +30,9 @@
 block discarded – undo
30 30
 	<h2><?php p($l->t('Connect to your account')) ?></h2>
31 31
 	<p class="info">
32 32
 		<?php print_unescaped($l->t('Please log in before granting %1$s access to your %2$s account.', [
33
-			'<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
34
-			\OCP\Util::sanitizeHTML($_['instanceName'])
35
-		])) ?>
33
+            '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
34
+            \OCP\Util::sanitizeHTML($_['instanceName'])
35
+        ])) ?>
36 36
 	</p>
37 37
 
38 38
 	<span class="warning">
Please login to merge, or discard this patch.