X Tutup
Skip to content

Commit 2a1be72

Browse files
committed
style fixes
1 parent 44cb5e4 commit 2a1be72

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

core/templates/apacheauthredirect.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
'apacheauthredirect'
55
]);
66
?>
7+
78
<?php print_unescaped('<input type="hidden" id="redirect_url" name="redirect_url" value="' . \OCP\Util::sanitizeHTML($_['redirect_url']) . '">'); ?>
8-
<span class="msg">
9-
<?php p($l->t('The application was authorized successfully. You can now close this window.'));?>
10-
</span>
9+
10+
<p class="info">
11+
<?php p($l->t('The application was authorized successfully. You should now get redirected to the requested page, otherwise you can close this window.'));?>
12+
</p>

0 commit comments

Comments
 (0)
X Tutup