@@ -31,9 +31,9 @@ |
||
| 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/> |
@@ -31,7 +31,7 @@ discard block |
||
| 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 |
||
| 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; ?> |