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>
pull/38227/head
Daniel Calviño Sánchez 3 years ago committed by Joas Schilling
parent 74bddb7a1a
commit 8fa09bec09
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
  1. 3
      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>

Loading…
Cancel
Save