Completed
Pull Request — master (#6091)
by Morris
14:58
created
core/templates/loginflow/authpicker.php 2 patches
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('Account access')) ?></h2>
32 32
 	<p class="info">
33 33
 		<?php print_unescaped($l->t('You are about to grant "%s" access to your %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
 	<br/>
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 	<h2><?php p($l->t('Account access')) ?></h2>
32 32
 	<p class="info">
33 33
 		<?php print_unescaped($l->t('You are about to grant "%s" access to your %s account.', [
34
-								'<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
34
+								'<strong>'.\OCP\Util::sanitizeHTML($_['client']).'</strong>',
35 35
 								\OCP\Util::sanitizeHTML($_['instanceName'])
36 36
 							])) ?>
37 37
 	</p>
@@ -58,6 +58,6 @@  discard block
 block discarded – undo
58 58
 	</fieldset>
59 59
 </div>
60 60
 
61
-<?php if(empty($_['oauthState'])): ?>
61
+<?php if (empty($_['oauthState'])): ?>
62 62
 <a id="app-token-login" class="warning" href="#"><?php p($l->t('Alternative login using app token')) ?></a>
63 63
 <?php endif; ?>
Please login to merge, or discard this patch.