diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2023-05-12 17:51:13 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-22 12:44:18 +0200 |
commit | 6daf962b4cf3c480801f9042679951ba735154f4 (patch) | |
tree | d4848f1999878dacae02ab20bf973c9a2e2db8c7 /apps/settings | |
parent | 2c97bca5d0c36c5a05491ed695d6cfb1bd4e65ff (diff) | |
download | nextcloud-server-6daf962b4cf3c480801f9042679951ba735154f4.tar.gz nextcloud-server-6daf962b4cf3c480801f9042679951ba735154f4.zip |
Split long line
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/templates/settings/admin/sharing.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php index c05b8ff7dd4..1a943197a8a 100644 --- a/apps/settings/templates/settings/admin/sharing.php +++ b/apps/settings/templates/settings/admin/sharing.php @@ -123,7 +123,8 @@ <?php if ($_['passwordExcludedGroupsFeatureEnabled']) { ?> <span id="selectPasswordsExcludedGroups" class="double-indent <?php if (!$_['enforceLinkPassword']) { p('hidden'); } ?>"> <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 double-indent"/> + <input name="shareapi_enforce_links_password_excluded_groups" id="passwordsExcludedGroups" value="<?php p($_['passwordExcludedGroups']) ?>" + style="width: 400px" class="noJSAutoUpdate double-indent"/> </span><br/> <?php } ?> |