diff options
author | raghunayyar <me@iraghu.com> | 2013-10-11 18:46:59 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-10-11 18:46:59 +0530 |
commit | 7c2f1fd5803e2bc1404ca562cd135e24f13c92f6 (patch) | |
tree | 34ff57bfea3810eb29b5dbda632bb5e37b47585d /settings/templates | |
parent | 4b2bb117168baf24ad14b8e27fa78200db223c5a (diff) | |
download | nextcloud-server-7c2f1fd5803e2bc1404ca562cd135e24f13c92f6.tar.gz nextcloud-server-7c2f1fd5803e2bc1404ca562cd135e24f13c92f6.zip |
Puts the language divider in place. thanks @Kondou-ger ;)
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 854cc93b4f4..d76cb16763b 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -113,6 +113,7 @@ if($_['passwordChangeSupported']) { <?php p($language['name']);?> </option> <?php endforeach;?> + <option class="languagedivider">-</option> <?php foreach($_['languages'] as $language):?> <option value="<?php p($language['code']);?>"> <?php p($language['name']);?> |