aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-05-12 05:50:56 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-22 12:44:17 +0200
commit8fa09bec0903eaf551fcd2e4f82bde55e29a3042 (patch)
treec50f734bf96aa4fed84cf0fc14428a4485758e83 /apps/settings/templates
parent74bddb7a1a2524fa095dd8011f5a3e5c20f1a48c (diff)
downloadnextcloud-server-8fa09bec0903eaf551fcd2e4f82bde55e29a3042.tar.gz
nextcloud-server-8fa09bec0903eaf551fcd2e4f82bde55e29a3042.zip
Move "br" immediately after "label" for consistency with other elements
The rest of "<br/>" elements in the file appear immediately after their previous "</label>" rather than in a new line. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r--apps/settings/templates/settings/admin/sharing.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php
index 5b0474ba83a..e92f6ff27b3 100644
--- a/apps/settings/templates/settings/admin/sharing.php
+++ b/apps/settings/templates/settings/admin/sharing.php
@@ -123,8 +123,7 @@
<?php if ($_['passwordExcludedGroupsFeatureEnabled']) { ?>
<div id="selectPasswordsExcludedGroups" class="indent <?php if (!$_['enforceLinkPassword']) { p('hidden'); } ?>">
<div class="indent">
- <label for="shareapi_enforce_links_password_excluded_groups"><?php p($l->t('Exclude groups from password requirements:'));?></label>
- <br />
+ <label for="shareapi_enforce_links_password_excluded_groups"><?php p($l->t('Exclude groups from password requirements:'));?></label><br/>
<input name="shareapi_enforce_links_password_excluded_groups" id="passwordsExcludedGroups" value="<?php p($_['passwordExcludedGroups']) ?>" style="width: 400px" class="noJSAutoUpdate"/>
</div>
</div>