Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-04-09 21:36:24 +0400
committerVolkan Gezer <volkangezer@gmail.com>2014-04-09 21:36:24 +0400
commit5d589de82cb4d962ad0214a388056e3c2032d793 (patch)
tree35d6ecb29a54f93cc8f2831b78acf9c951504703 /user_oauth
parent0e4e1e61ecdea18bedeefb11eee5cfe23da5be42 (diff)
minor tweaks with layouts
Diffstat (limited to 'user_oauth')
-rw-r--r--user_oauth/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_oauth/templates/settings.php b/user_oauth/templates/settings.php
index fefdaf9e8..febfef447 100644
--- a/user_oauth/templates/settings.php
+++ b/user_oauth/templates/settings.php
@@ -1,6 +1,6 @@
<form id="user_oauth">
<div class="section">
- <h2>OAuth</h2><br />
+ <h2>OAuth</h2>
<input type="text" name="introspectionEndpoint" id="introspectionEndpoint" value="<?php p($_['introspectionEndpoint']); ?>" placeholder="<?php p($l->t('Introspection endpoint'));?>" />
<br />
<span class="msg"><?php p($l->t('Provide the OAuth 2.0 Authorization Server introspection endpoint here.'));?></span>