aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/user_ldap/templates/part.wizard-server.php18
-rw-r--r--apps/user_ldap/templates/renewpassword.php2
-rw-r--r--apps/user_ldap/templates/settings.php2
3 files changed, 11 insertions, 11 deletions
diff --git a/apps/user_ldap/templates/part.wizard-server.php b/apps/user_ldap/templates/part.wizard-server.php
index 37b0e246698..94bd59f7b96 100644
--- a/apps/user_ldap/templates/part.wizard-server.php
+++ b/apps/user_ldap/templates/part.wizard-server.php
@@ -9,16 +9,16 @@
<fieldset id="ldapWizard1">
<p>
<select id="ldap_serverconfig_chooser" name="ldap_serverconfig_chooser">
- <?php
- $i = 1;
- $sel = ' selected';
- foreach ($_['serverConfigurationPrefixes'] as $prefix) {
- ?>
+<?php
+$i = 1;
+$sel = ' selected';
+foreach ($_['serverConfigurationPrefixes'] as $prefix) {
+ ?>
<option value="<?php p($prefix); ?>"<?php p($sel);
- $sel = ''; ?>><?php p($l->t('%s. Server:', [$i++])); ?> <?php p(' '.$_['serverConfigurationHosts'][$prefix]); ?></option>
- <?php
- }
- ?>
+ $sel = ''; ?>><?php p($l->t('%s. Server:', [$i++])); ?> <?php p(' '.$_['serverConfigurationHosts'][$prefix]); ?></option>
+<?php
+}
+?>
</select>
<button type="button" id="ldap_action_add_configuration"
aria-describedby="ldap_action_add_configuration_instructions"
diff --git a/apps/user_ldap/templates/renewpassword.php b/apps/user_ldap/templates/renewpassword.php
index ed291dc7885..6f09230a88c 100644
--- a/apps/user_ldap/templates/renewpassword.php
+++ b/apps/user_ldap/templates/renewpassword.php
@@ -1,4 +1,4 @@
-<?php
+<?php
/**
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php
index 398406d4bf9..4fb24655000 100644
--- a/apps/user_ldap/templates/settings.php
+++ b/apps/user_ldap/templates/settings.php
@@ -5,7 +5,7 @@
* SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/
-
+
style('user_ldap', 'vendor/ui-multiselect/jquery.multiselect');
script('user_ldap', [