diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-29 14:40:26 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-29 14:40:26 +0100 |
commit | 21e3522be9d5070f2872c04196e576b5289e6da5 (patch) | |
tree | d48d1f8752ba7683a6efa799509b2eba0bb21940 /settings/templates | |
parent | a38e8b6436ccfe173b4d368d094753c71bdbd69f (diff) | |
download | nextcloud-server-21e3522be9d5070f2872c04196e576b5289e6da5.tar.gz nextcloud-server-21e3522be9d5070f2872c04196e576b5289e6da5.zip |
fix personal page layout for LDAP users, fix #22272
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 5fc3c60cf66..9693f1afe18 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -139,7 +139,7 @@ if($_['passwordChangeSupported']) { } ?> -<form class="section"> +<form id="language" class="section"> <h2> <label for="languageinput"><?php p($l->t('Language'));?></label> </h2> |