aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-05-12 05:49:41 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-22 12:44:16 +0200
commit74bddb7a1a2524fa095dd8011f5a3e5c20f1a48c (patch)
tree7879d6d87bf029cf7e25f83c1973ba10144539e8 /apps/settings/templates
parent30e445773d25d7bd21e6c283c37a3c95e29d2de7 (diff)
downloadnextcloud-server-74bddb7a1a2524fa095dd8011f5a3e5c20f1a48c.tar.gz
nextcloud-server-74bddb7a1a2524fa095dd8011f5a3e5c20f1a48c.zip
Add missing end tag for "label"
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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php
index 709c36a7b7b..5b0474ba83a 100644
--- a/apps/settings/templates/settings/admin/sharing.php
+++ b/apps/settings/templates/settings/admin/sharing.php
@@ -123,7 +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 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>